mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 00:06:09 +01:00
This commit is contained in:
parent
7fc499341f
commit
543355f657
1 changed files with 1 additions and 1 deletions
|
|
@ -2314,7 +2314,7 @@ export class Gutter {
|
|||
const topElement = getTopAloneElement(nodeElement);
|
||||
listItem = topElement.querySelector(".li") || topElement.querySelector(".list");
|
||||
// 嵌入块中有列表时块标显示位置错误 https://github.com/siyuan-note/siyuan/issues/6254
|
||||
if (isInEmbedBlock(listItem)) {
|
||||
if (isInEmbedBlock(listItem) || isInAVBlock(listItem)) {
|
||||
listItem = undefined;
|
||||
}
|
||||
// 标题必须显示
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue