Skip to content

Commit

Permalink
Merge pull request #3111 from jeonghanlee/alarm-log-table-ui-tab-clos…
Browse files Browse the repository at this point in the history
…e-event

fixed orphan periodicSearch instances after Alarm Log Table tab is cl…
  • Loading branch information
shroffk authored Aug 16, 2024
2 parents d6206dd + 9274181 commit ab65c5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else if(clazz.isAssignableFrom(AdvancedSearchViewController.class)){
});
tab = new DockItem(this, loader.load());
controller = loader.getController();
tab.setOnClosed(event -> {
tab.addClosedNotification(() -> {
controller.shutdown();
});
if (resource != null) {
Expand Down

0 comments on commit ab65c5c

Please sign in to comment.