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

[Bug]: Holding down Shift to select multiple shapes unexpectedly triggers the text exit event #10228

Open
7 tasks done
zhe-he opened this issue Oct 18, 2024 · 1 comment
Open
7 tasks done
Assignees
Labels

Comments

@zhe-he
Copy link
Contributor

zhe-he commented Oct 18, 2024

CheckList

  • I agree to follow this project's Code of Conduct
  • I have read and followed the Contributing Guide
  • I have read and followed the Issue Tracker Guide
  • I have searched and referenced existing issues and discussions
  • I am filing a BUG report.
  • I have managed to reproduce the bug after upgrading to the latest version
  • I have created an accurate and minimal reproduction

Version

6.0.2

In What environments are you experiencing the problem?

No response

Node Version (if applicable)

None

Link To Reproduction

https://codepen.io/zhe-he-the-vuer/pen/OJKpPLM

Steps To Reproduce

  1. Create textbox A.
  2. Create rect B
  3. Add A and B to the canvas
  4. Add an 'editing:exited' event to A.
  5. After selecting A, hold down shift and select B

Expected Behavior

The editing:exited event should not be triggered

Actual Behavior

The editing:exited event was unexpectedly triggered.

Error Message & Stack Trace

No response

@asturur
Copy link
Member

asturur commented Oct 18, 2024

This is hopefully a quick fix. There is a text editing manager that is probablt overfiring

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