mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 06:18:49 +01:00
🚨
This commit is contained in:
parent
9a1c02e7e4
commit
8c36764686
17 changed files with 37 additions and 38 deletions
|
|
@ -379,7 +379,7 @@ export class Outline extends Model {
|
|||
if ((item.action === "update" || item.action === "insert") &&
|
||||
(item.data.indexOf('data-type="NodeHeading"') > -1 || item.data.indexOf(`<div contenteditable="true" spellcheck="${window.siyuan.config.editor.spellcheck}"><wbr></div>`) > -1)) {
|
||||
needReload = true;
|
||||
return true
|
||||
return true;
|
||||
} else if (item.action === "delete" || item.action === "move") {
|
||||
needReload = true;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue