From dbd66b43c7504f0fc2837e68555b4f012075daf8 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 22 Oct 2022 08:57:13 +0200 Subject: [PATCH] Fixed #113 --- src/components/modals.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modals.ts b/src/components/modals.ts index 508ccd3..a8da7d0 100644 --- a/src/components/modals.ts +++ b/src/components/modals.ts @@ -14,7 +14,7 @@ abstract class OmnisearchModal extends Modal { this.modalEl.replaceChildren() // this.modalEl.append(closeEl) this.modalEl.addClass('omnisearch-modal', 'prompt') - // this.modalEl.removeClass('modal') + this.modalEl.removeClass('modal') this.modalEl.tabIndex = -1 // Setup events that can be listened through the event bus