Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobuxstation committed Sep 4, 2024
1 parent a10524e commit 4d136e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/graphicDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ GraphicDisplay.prototype.performAction = async function (e, action) {
this.tooltip = "Move";
break;
case this.MODES.EDIT:
// TODO: In the next release
// TODO: In the next release
this.tooltip = "Edit";
break;
case this.MODES.DELETE:
Expand Down

0 comments on commit 4d136e6

Please sign in to comment.