mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 10:15:33 +02:00
chore(window): avoid missing windowId
This commit is contained in:
@@ -13,7 +13,8 @@ function injectGlobals() {
|
||||
uncheckedWindow.$ = $;
|
||||
uncheckedWindow.WebSocket = () => {};
|
||||
uncheckedWindow.glob = {
|
||||
isMainWindow: true
|
||||
isMainWindow: true,
|
||||
windowId: "main"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user