Merge branch 'O_O' into O_O
This commit is contained in:
commit
6517bd9c49
9 changed files with 251 additions and 46 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue