tui.image-editor icon indicating copy to clipboard operation
tui.image-editor copied to clipboard

How to detect target is editing mode, or disable double click to add text

Open ruaruababa opened this issue 8 months ago • 4 comments

<!--

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

ruaruababa avatar Jun 21 '24 03:06 ruaruababa