Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ruaruababa opened this issue Jun 21, 2024 · 4 comments
Labels

Comments

@ruaruababa
Copy link

<!--

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
Copy link
Author

@cybaek @kyuwoo-choi @brendon

@brendon
Copy link
Contributor

brendon commented Jun 21, 2024

Not sure I’m able to add much to this? :) Wrong Brendon?

@ruaruababa
Copy link
Author

Not sure I’m able to add much to this? :) Wrong Brendon?

3 people i can tag xD

@brendon
Copy link
Contributor

brendon commented Jun 21, 2024

I wouldn't expect any help here as this repo doesn't appear to be maintained anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants