bianjiang 1 년 전
부모
커밋
2f6a3c1a87
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,