Vanessa 2023-12-20 10:24:01 +08:00
parent a3ec74f72c
commit a0de9f8d8b

View File

@ -471,7 +471,7 @@ export class Gutter {
isList = true; isList = true;
return 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; hasEmbedBlock = true;
} }
if (item.nextElementSibling && selectsElement[index + 1] && if (item.nextElementSibling && selectsElement[index + 1] &&