Skip to content

Commit

Permalink
Missing feature reset on Terminate
Browse files Browse the repository at this point in the history
  • Loading branch information
raplemie committed Nov 27, 2023
1 parent ad6a8df commit 0fff57e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/appui-react/src/appui-react/UiFramework.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ export class UiFramework {
/** Un-registers the UiFramework internationalization service namespace */
public static terminate() {
UiFramework._unregisterPreviewLayoutFeaturesHandler();
setPreviewLayoutFeatures({});
UiFramework._store = undefined;
UiFramework._frameworkStateKeyInStore = "frameworkState";
if (StateManager.isInitialized(true)) StateManager.clearStore();
Expand Down

0 comments on commit 0fff57e

Please sign in to comment.