Browse Source

:art: https://github.com/siyuan-note/siyuan/issues/4706

Vanessa 1 year ago
parent
commit
a0de9f8d8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/protyle/gutter/index.ts

+ 1 - 1
app/src/protyle/gutter/index.ts

@@ -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] &&