mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Remove comma
This commit is contained in:
parent
18f63ef17e
commit
c3253e8596
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ export class EditingArea extends HTMLDivElement {
|
|||
this.editableContainer.setBaseStyling(
|
||||
this.quoteFontFamily(fontFamily),
|
||||
fontSize,
|
||||
direction,
|
||||
direction
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue