mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 20:08:49 +01:00
This commit is contained in:
parent
a3ec74f72c
commit
a0de9f8d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ export class Gutter {
|
|||
isList = true;
|
||||
return true;
|
||||
}
|
||||
if (item.classList.contains("bq") || item.classList.contains("sb") || item.classList.contains("p")) {
|
||||
if (item.classList.contains("sb") || item.classList.contains("p")) {
|
||||
hasEmbedBlock = true;
|
||||
}
|
||||
if (item.nextElementSibling && selectsElement[index + 1] &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue