Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Update SlateEditor.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim authored Jul 7, 2021
1 parent 363652c commit 6e88544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/SlateEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class SlateEditor extends Component {
JSON.parse(JSON.stringify(editor.selection)),
);
}
}, 150);
}, 200);
}}
onKeyDown={(event) => {
let wasHotkey = false;
Expand Down

0 comments on commit 6e88544

Please sign in to comment.