tui.image-editor
tui.image-editor copied to clipboard
How to detect target is editing mode, or disable double click to add text
<!--
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