Fixed #113
This commit is contained in:
@@ -14,7 +14,7 @@ abstract class OmnisearchModal extends Modal {
|
|||||||
this.modalEl.replaceChildren()
|
this.modalEl.replaceChildren()
|
||||||
// this.modalEl.append(closeEl)
|
// this.modalEl.append(closeEl)
|
||||||
this.modalEl.addClass('omnisearch-modal', 'prompt')
|
this.modalEl.addClass('omnisearch-modal', 'prompt')
|
||||||
// this.modalEl.removeClass('modal')
|
this.modalEl.removeClass('modal')
|
||||||
this.modalEl.tabIndex = -1
|
this.modalEl.tabIndex = -1
|
||||||
|
|
||||||
// Setup events that can be listened through the event bus
|
// Setup events that can be listened through the event bus
|
||||||
|
|||||||
Reference in New Issue
Block a user