Skip to content

Commit

Permalink
And fix math modal too
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann committed Jan 22, 2022
1 parent b8ba2d7 commit 81bca02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/MathModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class MathModal extends Modal {
}

private display() {
this.containerEl.addClass('quickAddModal qaMathModal')
this.containerEl.addClass('quickAddModal', 'qaMathModal')
this.contentEl.empty();

const mathDiv = this.contentEl.createDiv();
Expand Down

0 comments on commit 81bca02

Please sign in to comment.