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
Reference in a new issue