mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-05-02 05:41:49 +00:00
## 0.25.43-patched-8
This commit is contained in:
@@ -14,7 +14,7 @@ export class PluginDialogModal extends Modal {
|
||||
this.plugin = plugin;
|
||||
}
|
||||
|
||||
onOpen() {
|
||||
override onOpen() {
|
||||
const { contentEl } = this;
|
||||
this.contentEl.style.overflow = "auto";
|
||||
this.contentEl.style.display = "flex";
|
||||
@@ -28,7 +28,7 @@ export class PluginDialogModal extends Modal {
|
||||
}
|
||||
}
|
||||
|
||||
onClose() {
|
||||
override onClose() {
|
||||
if (this.component) {
|
||||
void unmount(this.component);
|
||||
this.component = undefined;
|
||||
|
||||
Reference in New Issue
Block a user