mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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] &&
|
||||
|
||||
Reference in New Issue
Block a user