mirror of
https://github.com/zadam/trilium.git
synced 2026-01-10 16:44:29 +01:00
chore(window): avoid missing windowId
This commit is contained in:
parent
31c70938d6
commit
9e8d89a170
@ -13,7 +13,8 @@ function injectGlobals() {
|
||||
uncheckedWindow.$ = $;
|
||||
uncheckedWindow.WebSocket = () => {};
|
||||
uncheckedWindow.glob = {
|
||||
isMainWindow: true
|
||||
isMainWindow: true,
|
||||
windowId: "main"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user