Replies: 1 comment 1 reply
-
Looks like a bug, will be fixed in the next patch release :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I noticed that a Node is selected, and I'm current typing on an Input/Textarea, sometimes entering "Shift+Backspace" may delete the currently selected node, even though the Input/Textarea element is in focus.
Here's a GIF demo, where I'm typing random stuff and clicking
Shift + Backspace
, which will unexpectedly delete the currently selected node.This feels like an unintended bug?
You can try it here
Demo: https://stackblitz.com/edit/vitejs-vite-pffl1o?file=src%2FApp.vue
Beta Was this translation helpful? Give feedback.
All reactions