Skip to content

Commit

Permalink
Attempting another fix for #137
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Sep 3, 2022
1 parent 98c46f6 commit 85f4cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OSDAnnotationLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ export class AnnotationLayer extends EventEmitter {
info.preventDefault = false;
info.preventGesture = true;
}
}).setTracking(true);
}).setTracking(false);

// En-/disable OSD nav based on hover status
this.selectedShape.element.addEventListener('mouseenter', () => {
Expand Down

0 comments on commit 85f4cbb

Please sign in to comment.