mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-04-24 18:08:34 +00:00
## 0.25.43-patched-8
This commit is contained in:
@@ -50,7 +50,7 @@ export class JsonResolveModal extends Modal {
|
||||
this.callback = undefined;
|
||||
}
|
||||
|
||||
onOpen() {
|
||||
override onOpen() {
|
||||
const { contentEl } = this;
|
||||
this.titleEl.setText(this.title);
|
||||
contentEl.empty();
|
||||
@@ -74,7 +74,7 @@ export class JsonResolveModal extends Modal {
|
||||
return;
|
||||
}
|
||||
|
||||
onClose() {
|
||||
override onClose() {
|
||||
const { contentEl } = this;
|
||||
contentEl.empty();
|
||||
// contentEl.empty();
|
||||
|
||||
Reference in New Issue
Block a user