mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
This commit is contained in:
parent
99246f24d3
commit
b1e2e169c3
1 changed files with 1 additions and 1 deletions
|
|
@ -1023,7 +1023,7 @@ export const turnsIntoTransaction = (options: {
|
|||
range?: Range
|
||||
}) => {
|
||||
// https://github.com/siyuan-note/siyuan/issues/14505
|
||||
options.protyle.observerLoad.disconnect();
|
||||
options.protyle.observerLoad?.disconnect();
|
||||
let selectsElement: Element[] = options.selectsElement;
|
||||
let range: Range;
|
||||
// 通过快捷键触发
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue