Skip to content

Commit 3e4c57c

Browse files
committed
geo: make sure to unhover on mouseout
1 parent e6926e1 commit 3e4c57c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/plots/geo/geo.js

+4
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ proto.plot = function(geoCalcData, fullLayout, promises) {
111111
Fx.hover(_this.graphDiv, evt, _this.id);
112112
});
113113

114+
_this.framework.on('mouseout', function() {
115+
Fx.loneUnhover(fullLayout._toppaper);
116+
});
117+
114118
_this.framework.on('click', function() {
115119
Fx.click(_this.graphDiv, { target: true });
116120
});

0 commit comments

Comments
 (0)