fix(cli): removing missing imports in mode template (#5049)
This commit is contained in:
parent
c784b7e6d5
commit
dcde841839
@ -1,5 +1,5 @@
|
|||||||
import { hotkeys } from '@ohif/core';
|
import { hotkeys } from '@ohif/core';
|
||||||
import { initToolGroups, toolbarButtons, moreTools } from '@ohif/mode-longitudinal';
|
import { initToolGroups, toolbarButtons } from '@ohif/mode-longitudinal';
|
||||||
import { id } from './id';
|
import { id } from './id';
|
||||||
|
|
||||||
const ohif = {
|
const ohif = {
|
||||||
@ -48,7 +48,7 @@ function modeFactory({ modeConfiguration }) {
|
|||||||
// Init Default and SR ToolGroups
|
// Init Default and SR ToolGroups
|
||||||
initToolGroups(extensionManager, toolGroupService, commandsManager);
|
initToolGroups(extensionManager, toolGroupService, commandsManager);
|
||||||
|
|
||||||
toolbarService.register([...toolbarButtons, ...moreTools]);
|
toolbarService.register([...toolbarButtons]);
|
||||||
toolbarService.updateSection('primary', [
|
toolbarService.updateSection('primary', [
|
||||||
'MeasurementTools',
|
'MeasurementTools',
|
||||||
'Zoom',
|
'Zoom',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user