Skip to content
This repository was archived by the owner on Apr 2, 2023. It is now read-only.

Commit a5916e9

Browse files
author
Rainer Simon
committed
Minor edit regarding issue #67
1 parent 9018677 commit a5916e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mediatypes/image/image.viewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ annotorious.mediatypes.image.Viewer = function(canvas, popup, annotator) {
4040
this._keepHighlighted = false;
4141

4242
var self = this;
43-
goog.events.listen(this._canvas, goog.events.EventType.MOUSEMOVE, function(event) {
43+
goog.events.listen(this._canvas, annotorious.events.ui.EventType.MOVE, function(event) {
4444
if (self._eventsEnabled) {
4545
self._onMouseMove(event);
4646
} else {

0 commit comments

Comments
 (0)