bianjiang 1 năm trước cách đây
mục cha
commit
2f6a3c1a87
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/editor/controllers/TextEditorCtrl/index.ts

+ 1 - 1
src/modules/editor/controllers/TextEditorCtrl/index.ts

@@ -38,7 +38,7 @@ export class TextEditorCtrl extends ModuleControl<EditorModule> {
       }
       blocks[blocks.length - 1] = blocks[blocks.length - 1].replace(
         pTagReg,
-        `$1$2${alink}$3`
+        `$1$3${alink}$4`
       );
       this.actions.updateCompData(
         this.store.currComp,