feat: expose getCurrentWindow

This commit is contained in:
Blue Falcon 2024-06-23 02:13:35 -07:00 committed by GitHub
parent 09fe3c2d03
commit 62fcf88fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -478,6 +478,7 @@ class TrayPlugin extends obsidian.Plugin {
cleanup();
}
getCurrentWindow = getCurrentWindow
getWindows = getWindows;
showWindows = showWindows;
hideWindows = hideWindows;