mirror of
https://github.com/adiguno/hello-nemesis.git
synced 2026-07-22 12:00:28 +00:00
remove sampe modal
This commit is contained in:
parent
c571342f10
commit
de36b01bfb
1 changed files with 0 additions and 16 deletions
16
main.ts
16
main.ts
|
|
@ -217,22 +217,6 @@ export default class NemesisPlugin extends Plugin {
|
|||
}
|
||||
}
|
||||
|
||||
class SampleModal extends Modal {
|
||||
constructor(app: App) {
|
||||
super(app);
|
||||
}
|
||||
|
||||
onOpen() {
|
||||
const { contentEl } = this;
|
||||
contentEl.setText("Woah!");
|
||||
}
|
||||
|
||||
onClose() {
|
||||
const { contentEl } = this;
|
||||
contentEl.empty();
|
||||
}
|
||||
}
|
||||
|
||||
class SampleSettingTab extends PluginSettingTab {
|
||||
plugin: NemesisPlugin;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue