Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ndoschek committed Aug 20, 2024
1 parent cc8624b commit 000f45d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { InsertIndicatorView } from './node-creation-views';
export const nodeCreationToolModule = new FeatureModule(
(bind, unbind, isBound, rebind) => {
const context = { bind, unbind, isBound, rebind };
bind(TYPES.IContainerManager).to(ContainerManager).inSingletonScope();
bindAsService(context, TYPES.IContainerManager, ContainerManager);
bindAsService(context, TYPES.ITool, NodeCreationTool);
configureActionHandler(context, TriggerNodeCreationAction.KIND, NodeCreationTool);
configureModelElement(context, InsertIndicator.TYPE, InsertIndicator, InsertIndicatorView);
Expand Down

0 comments on commit 000f45d

Please sign in to comment.