@finsemble/finsemble-ui 10.0.3-beta.3 → 10.0.3-beta.4
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finsemble/finsemble-ui",
|
|
3
|
-
"version": "10.0.3-beta.
|
|
3
|
+
"version": "10.0.3-beta.4",
|
|
4
4
|
"description": "This library has been deprecated and is being maintained for long term support. Finsemble's UI components can now be imported directly from @finsemble/finsemble-core. See https://documentation.finsemble.com/tutorial-UIComponents.html",
|
|
5
5
|
"files": [
|
|
6
6
|
"*.ts",
|
package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.js
CHANGED
|
@@ -80,7 +80,7 @@ export const AdvancedAppLauncher = (props) => {
|
|
|
80
80
|
}, 1000);
|
|
81
81
|
debouncedAppUpdate();
|
|
82
82
|
globalThis.iop.apps.registry.onAdded(debouncedAppUpdate);
|
|
83
|
-
globalThis.iop.apps.registry.
|
|
83
|
+
globalThis.iop.apps.registry.onUpdated(debouncedAppUpdate);
|
|
84
84
|
globalThis.iop.apps.registry.onRemoved(debouncedAppUpdate);
|
|
85
85
|
const prefs = await globalThis.iop.prefs.get("IO.Global.Launcher");
|
|
86
86
|
globalThis.iop.prefs.subscribeFor("IO.Global.Launcher", (prefsUpdate) => {
|