You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
click the edit icon of typography to switch to edit mode
press Enter key or Esc
What is expected?
pressing the Enter key execute onEnd
pressing Esc execute onCancel
What is actually happening?
pressing the Enter key will execute onEnd twice
pressing Esc will execute onCancel + onEnd
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
typography editable模式按回车键会执行两次onEnd,按Esc执行onCancel+onEnd
In typography editable mode, pressing the Enter key will execute onEnd twice, and pressing Esc will execute onCancel+onEnd
Jun 11, 2022
Version
3.2.6
Environment
vue3 vite windows, chrome
Reproduction link
https://github.com/zhangkx666/typography-bug-demo
Steps to reproduce
What is expected?
onEnd
onCancel
What is actually happening?
onEnd
twiceonCancel
+onEnd
The text was updated successfully, but these errors were encountered: