Skip to content

Commit

Permalink
Adding back incorrectly removed code
Browse files Browse the repository at this point in the history
  • Loading branch information
ilzep committed Feb 16, 2023
1 parent 1fe39a5 commit 671caed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/web/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ document.addEventListener("DOMContentLoaded", function (event) {

// Enable popovers
$('[data-toggle="popover"]').popover();

if (!isOpenFin() && container.getCurrentWindow().id === "desktopJS") {
snapAssist = new desktopJS.SnapAssistWindowManager(container,
{
windowStateTracking: desktopJS.WindowStateTracking.Main | desktopJS.WindowStateTracking.Group
});
}
});
});

Expand Down

0 comments on commit 671caed

Please sign in to comment.