bianjiang hace 1 año
padre
commit
2f6a3c1a87
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,