@trudb/tru-common-lib 0.2.139 → 0.2.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5937,6 +5937,8 @@ class TruContextMenuTrigger extends MatMenuTrigger {
5937
5937
  }
5938
5938
  ngOnDestroy() {
5939
5939
  this['_closingActionsSubscription'].unsubscribe();
5940
+ this['_menuCloseSubscription'].unsubscribe();
5941
+ this['_hoverSubscription'].unsubscribe();
5940
5942
  super.closeMenu();
5941
5943
  super.ngOnDestroy();
5942
5944
  }