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
Hi,
I get latest code from git repo and run on my local machine, at first time all works goods. But after draw object on canvas when I pressed undo/redo tool and goes for selecting object then selection handle not showing, but I can move object
The text was updated successfully, but these errors were encountered:
From what I could tell, this issue stems from a few properties related to controls customization of fabric.js. hasControls and hasBorders is being set on these objects as false once they are added back into the canvas from undo/redo.
A somewhat hacky fix is setting these properties to true during one of the event handlers, such as object:added. Just make sure the target's isControlPoint property is false.
The line shape has its own custom controls which also have issues with selection (another related issue with different means of addressing).
Hi,
I get latest code from git repo and run on my local machine, at first time all works goods. But after draw object on canvas when I pressed undo/redo tool and goes for selecting object then selection handle not showing, but I can move object
The text was updated successfully, but these errors were encountered: