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
Summary
I want detect is editing mode to disable double click to add Text or any way disable this mode?
Screenshots
If applicable, add screenshots to help explain your question. useEffect(() => { if (instant) { instant?.discardSelection() // maybe use this func but not working instant?.on('mousedown', (event, point) => { console.log('mousedown', event, point) }) } }, [instant]) Version
Last version
The text was updated successfully, but these errors were encountered:
<!--
Summary
I want detect is editing mode to disable double click to add Text or any way disable this mode?
Screenshots
If applicable, add screenshots to help explain your question.
useEffect(() => { if (instant) { instant?.discardSelection() // maybe use this func but not working instant?.on('mousedown', (event, point) => { console.log('mousedown', event, point) }) } }, [instant])
Version
Last version
The text was updated successfully, but these errors were encountered: