diff --git a/projects/editor/src/app/text-editor/rich-text-editor.component.html b/projects/editor/src/app/text-editor/rich-text-editor.component.html index c92836cd92c396f80f7313f422d94c8a23d1ae8b..7f2e7dc9993597428cfe9c1eb3db75e52ace815c 100644 --- a/projects/editor/src/app/text-editor/rich-text-editor.component.html +++ b/projects/editor/src/app/text-editor/rich-text-editor.component.html @@ -198,6 +198,7 @@ <button mat-button (click)="insertSpecialChar('’')">’</button> <button mat-button (click)="insertSpecialChar('„')">„</button> <button mat-button (click)="insertSpecialChar('“')">“</button> + <button mat-button (click)="insertSpecialChar('—')">—</button> <button mat-button (click)="insertSpecialChar('♀')">♀</button> <button mat-button (click)="insertSpecialChar('♂')">♂</button> <button mat-button (click)="insertSpecialChar('µ')">µ</button>