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 e547b99bcc6e25e3ce93d7f123212914dc5e4c07..0427a567a69db91e5ce3539c02cab5ad44b261ad 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 @@ -195,9 +195,10 @@ <mat-menu #specialCharsMenu="matMenu" yPosition="above"> <button mat-button (click)="insertSpecialChar(' ')" [matTooltip]="'GeschĂĽtztes Leerzeichen'">␣</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> + <br> <button mat-button (click)="insertSpecialChar('’')">’</button> <button mat-button (click)="insertSpecialChar('„')">„</button> <button mat-button (click)="insertSpecialChar('“')">“</button>