Skip to content

Commit ab4d79a

Browse files
Follow up of PR 726. Fix the axes helper toggle button broken behavior (#727)
Fix the broken behavior for the axes helper toggle button with adding notifyCommandChanged in the execute method of updateAxes command.
1 parent 8bb5c67 commit ab4d79a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/base/src/commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,7 @@ export function addCommands(
962962
visible: true
963963
};
964964
}
965+
commands.notifyCommandChanged(CommandIDs.updateAxes);
965966
}
966967
});
967968

0 commit comments

Comments
 (0)