fix(toolbarService): All header tools are enabled in volume3D viewport (#4677)
This commit is contained in:
parent
f4df631a4a
commit
9832dbe653
@ -42,6 +42,7 @@ export function useToolbar({ servicesManager, buttonSection = 'primary' }: withA
|
||||
const events = [
|
||||
viewportGridService.EVENTS.ACTIVE_VIEWPORT_ID_CHANGED,
|
||||
viewportGridService.EVENTS.VIEWPORTS_READY,
|
||||
viewportGridService.EVENTS.LAYOUT_CHANGED,
|
||||
];
|
||||
|
||||
const subscriptions = events.map(event => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user