You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a mechanism for selecting a view (set_current_view - selects the parent tabbed panel), but it does not disable to other view. In some cases where set_current_view is used, we manually disable other tabs, spreading related logic around. Could this be consolidated in a single routine? set_current_view(view, disableOthers)?
The text was updated successfully, but these errors were encountered:
#519 (comment)
We have a mechanism for selecting a view (
set_current_view
- selects the parent tabbed panel), but it does not disable to other view. In some cases whereset_current_view
is used, we manually disable other tabs, spreading related logic around. Could this be consolidated in a single routine?set_current_view(view, disableOthers)
?The text was updated successfully, but these errors were encountered: