Typos and clarity fixes from review of jogging branch

Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
This commit is contained in:
Julian Stirling 2026-02-18 13:44:29 +00:00
parent ea3de5f45d
commit d9deb1a7e7
3 changed files with 10 additions and 8 deletions

View file

@ -93,7 +93,6 @@ export default {
eventBus.on("globalUpdatePositionEvent", this.updatePosition);
// A global signal listener to perform a move action in pixels
eventBus.on("globalMoveInImageCoordinatesEvent", this.onMoveImage);
// A global signal listener to perform a move in multiples of a step size
// Update the current position in text boxes
await this.updatePosition();