Merge branch 'O_O' into O_O

This commit is contained in:
AB1908 2022-10-13 17:41:16 +05:30 committed by GitHub
commit 6517bd9c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 251 additions and 46 deletions

View file

@ -80,9 +80,8 @@ export abstract class SelectModal<T> extends Modal {
const {contentEl, titleEl} = this;
titleEl.createEl('h2', {text: this.title});
contentEl.createEl('p', {text: this.description});
contentEl.addClass('media-db-plugin-select-modal');
contentEl.createEl('p', {text: this.description});
this.elementWrapper = contentEl.createDiv({cls: 'media-db-plugin-select-wrapper'});
this.elementWrapper.tabIndex = 0;