Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
- Misc: Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardusten committed Jan 22, 2023
1 parent ea22c64 commit a8f1266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/keydownHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function getKeydownHandler(plugin: TableEnhancer2) {

// 撤回 & 重做
if (!editor.hasFocus()) {
console.log(e);
if (!e.repeat && e.ctrlKey && e.key == 'z') {
e.stopPropagation();
e.preventDefault();
Expand Down

0 comments on commit a8f1266

Please sign in to comment.