You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a canvas object editor where some objects are should be fixed and non-selectable and therefore NOT part of the undo-redo process but not even using the extraProps options to the canvas, they still eventually get selectable and therefore deletable, allowing the state of a totally empty canvas
Is is possible to cancel the adding of particular objects to the stack in the history:append event handler?
The text was updated successfully, but these errors were encountered:
I've created a canvas object editor where some objects are should be fixed and non-selectable and therefore NOT part of the undo-redo process but not even using the extraProps options to the canvas, they still eventually get selectable and therefore deletable, allowing the state of a totally empty canvas
Is is possible to cancel the adding of particular objects to the stack in the history:append event handler?
The text was updated successfully, but these errors were encountered: