Dynamically Update Dictionary #8020
Unanswered
jnhamid
asked this question in
Community Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am programmatically updating my dictionary and the UI state is lagging. Everything looks correct when I click the reload button below.

but am struggling to successfully call it programmatically.
await openmct.layout.$refs.mctTree.loadRoot();
await openmct.layout.$refs.mctTree.syncTreeOpenItems();
I have this code which allows me to update the Tree but the Main Panel still lags behind.
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions