mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
8c0e9369f3
commit
8ed198b0e7
1 changed files with 2 additions and 1 deletions
|
|
@ -2364,7 +2364,8 @@ data-type="fold" style="cursor:inherit;"><svg style="width: 10px${fold && fold =
|
|||
if (type === "NodeBlockquote") {
|
||||
space += 8;
|
||||
}
|
||||
if (nodeElement.previousElementSibling && nodeElement.previousElementSibling.getAttribute("data-node-id")) {
|
||||
if (nodeElement.isSameNode(wysiwyg.firstElementChild) ||
|
||||
(nodeElement.previousElementSibling && nodeElement.previousElementSibling.getAttribute("data-node-id"))) {
|
||||
// 前一个块存在时,只显示到当前层级
|
||||
hideParent = true;
|
||||
// 由于折叠块的第二个子块在界面上不显示,因此移除块标 https://github.com/siyuan-note/siyuan/issues/14304
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue