@@ -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,