Skip to content

Commit

Permalink
fix load active window subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
danim1130 committed Dec 27, 2024
1 parent ccbdf69 commit 458a542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ exports.loadPackage = async function (gridController, persistedData) {
});

if (watchForActiveWindow && ActiveWindow.requestPermissions()) {
activeWindowSubscribeId = ActiveWindow.subscribe(console.log);
activeWindowSubscribeId = ActiveWindow.subscribe(handleActiveWindowChange);
}

if (enableOverlay) {
Expand Down

0 comments on commit 458a542

Please sign in to comment.