vault backup: 2025-02-27 21:31:55
This commit is contained in:
@@ -6834,7 +6834,7 @@ class IconizePlugin extends obsidian.Plugin {
|
||||
return;
|
||||
}
|
||||
for (const openedFile of getAllOpenedFiles(this)) {
|
||||
if (openedFile.path !== file.path) {
|
||||
if (!file || !openedFile || openedFile.path !== file.path) {
|
||||
continue;
|
||||
}
|
||||
const leaf = openedFile.leaf.view;
|
||||
|
||||
Reference in New Issue
Block a user