Browse Source

:rotating_light:

Vanessa 2 năm trước cách đây
mục cha
commit
fc519b89ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/src/protyle/toolbar/index.ts

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

@@ -613,7 +613,7 @@ export class Toolbar {
             // 需进行 mergeNode ,否用 alt+x 为相同颜色 aaabbb 中的 bbb 再次赋值后无法选中
             this.range.setEnd(previousElement.firstChild, previousElement.firstChild.textContent.length);
         }
-        let needFocus = true
+        let needFocus = true;
         if (type === "inline-math") {
             mathRender(nodeElement);
             if (selectText === "") {