<!--
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