@lbovet, I am not able to delete the last character of the words written using Text tool.
How to reproduce it?
Please, write multiple texts or a word at any place on a whiteboard.
With text tool on, click on each word and delete all letters.
Refresh a page.
Now you should see one letter left or the whole word in all words you've written before.
If we try to delete them now, a letter gets deleted from an input element but a letter is still on the board.
There is probably no curText.sentText = elem.textContent; in function editOldText(elem) in text.js file.
You can take a look below:
@lbovet, I am not able to delete the last character of the words written using Text tool. How to reproduce it?