diff --git a/ts/editor/editing-area.ts b/ts/editor/editing-area.ts index f13e22275..c1578d76f 100644 --- a/ts/editor/editing-area.ts +++ b/ts/editor/editing-area.ts @@ -146,7 +146,7 @@ export class EditingArea extends HTMLDivElement { this.editableContainer.setBaseStyling( this.quoteFontFamily(fontFamily), fontSize, - direction, + direction ); }