소스 검색

:art: Improve kernel stability https://github.com/siyuan-note/siyuan/issues/9912

Daniel 1 년 전
부모
커밋
e984d0ecbb
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      kernel/model/attribute_view.go

+ 0 - 2
kernel/model/attribute_view.go

@@ -1694,8 +1694,6 @@ func replaceAttributeViewBlock(operation *Operation, tx *Transaction) (err error
 		return
 	}
 
-	WaitForWritingFiles()
-
 	var node *ast.Node
 	if !operation.IsDetached {
 		node, _, _ = getNodeByBlockID(tx, operation.NextID)