mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
🎨 Improve kernel stability https://github.com/siyuan-note/siyuan/issues/9912
This commit is contained in:
parent
d8fb5f896e
commit
5bc3152635
1 changed files with 2 additions and 0 deletions
|
|
@ -1694,6 +1694,8 @@ func replaceAttributeViewBlock(operation *Operation, tx *Transaction) (err error
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WaitForWritingFiles()
|
||||||
|
|
||||||
var node *ast.Node
|
var node *ast.Node
|
||||||
if !operation.IsDetached {
|
if !operation.IsDetached {
|
||||||
node, _, _ = getNodeByBlockID(tx, operation.NextID)
|
node, _, _ = getNodeByBlockID(tx, operation.NextID)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue