Skip to content

Commit

Permalink
Trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Adithyan-Dinesh-Trenser committed Nov 13, 2024
1 parent 5e25836 commit da75751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/cornerstone/src/commandsModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function commandsModule({
toolbarService.recordInteraction(props);
},
// Enable or disable a toggleable command, without calling the activation
// Used to setup already active tools from hanging protocols
// Used to setup already active tools from hanging protocols.
setToolbarToggled: props => {
toolbarService.setToggled(props.toolId, props.isActive ?? true);
},
Expand Down

0 comments on commit da75751

Please sign in to comment.