TabBarToolbar force update #13972
Unanswered
Nodthar1107
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am developer of own cloud IDE. I try to create dialog named "related editors". This dialog calls via command from editor's TabBarToolbar panel. Theia can't register commands with async enable check. But function calling inside isEnable method is asynchronous. So i decide to call widget 's update method after promise resolving. But widget.update is unstable works for me and sometimes disabled command render as enable.
Question: Is there any way to force update TabBarToolbar for editor widget?
Beta Was this translation helpful? Give feedback.
All reactions