소스 검색

:art: https://github.com/siyuan-note/siyuan/issues/5718

Vanessa 2 년 전
부모
커밋
f628ac35f8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/src/protyle/util/table.ts

+ 1 - 0
app/src/protyle/util/table.ts

@@ -548,6 +548,7 @@ export const fixTable = (protyle: IProtyle, event: KeyboardEvent, range: Range)
     if (matchHotKey(window.siyuan.config.keymap.editor.table.insertRowAbove.custom, event)) {
         insertRowAbove(protyle, range, cellElement, nodeElement);
         event.preventDefault();
+        event.stopPropagation();
         return true;
     }