mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: propagate keydown events from excalidraw-wysiwyg inputs (#5099)
* fix: allow propagation for keydown events originating from `excalidraw-wysiwyg` * revert check on the handleKeyDown function
This commit is contained in:
parent
399ce1e01a
commit
ea51251fe6
1 changed files with 0 additions and 2 deletions
|
@ -316,8 +316,6 @@ export const textWysiwyg = ({
|
|||
}
|
||||
|
||||
editable.onkeydown = (event) => {
|
||||
event.stopPropagation();
|
||||
|
||||
if (!event.shiftKey && actionZoomIn.keyTest(event)) {
|
||||
event.preventDefault();
|
||||
app.actionManager.executeAction(actionZoomIn);
|
||||
|
|
Loading…
Add table
Reference in a new issue