dream-num / univer

Univer is an isomorphic full-stack framework for creating and editing spreadsheets, docs, and slides across client and server.
https://univer.ai
Apache License 2.0
7.53k stars 654 forks source link

[Bug] Cannot perform actions while pressing shift #4038

Open cameron-payerprice opened 3 weeks ago

cameron-payerprice commented 3 weeks ago

Before you submit this issue, have you checked the following

Affected packages and versions

Latest

Reproduction link

https://stackblitz.com/~/github.com/awesome-univer/sheets-vite-demo

Expected behavior

Pressing shift + backspace (or delete) deletes cells. Holding shift while typing in a cell backspaces the edited text.

Actual behavior

Pressing shift cancels any edit action on a cell, both in the editor and when deleting a cell. This is frustrating as it’s common to hold shift while navigating a spreadsheet or selecting ranges. It prevents users from editing without remembering to “unshift”.

System information

No response