Skip to content

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

@ruaruababa

Description

@ruaruababa

<!--

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions