TMink / Digitales-3D-Feldbuch

Mozilla Public License 2.0
2 stars 0 forks source link

Added Text cannot be deleted like strokes #213

Closed Methusshan25 closed 6 months ago

Methusshan25 commented 8 months ago

Because the undo() and redo()-Methods only remove strokes, added text will not be deleted by them. Text can't also be erased with the eraser-tool, because it is treated like a background-Image. A possibility is to create dedicated undo() and redo()-methods for Text or change the function of the current Buttons in TextMode.

Methusshan25 commented 6 months ago

This works now, because of the change from VueDrawingCanvas to an own Drawing-Component