mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 10:30:13 +01:00
⏪ Revert Document block sort value changed from 0 to 100 https://github.com/siyuan-note/siyuan/issues/12886
This commit is contained in:
parent
da341269cd
commit
94f378aa55
6 changed files with 33 additions and 34 deletions
|
|
@ -1445,7 +1445,7 @@ func nSort(n *ast.Node) int {
|
|||
case ast.NodeAttributeView:
|
||||
return 30
|
||||
case ast.NodeDocument:
|
||||
return 100
|
||||
return 0
|
||||
case ast.NodeText, ast.NodeTextMark:
|
||||
if n.IsTextMarkType("tag") {
|
||||
return 205
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue