Fixed the event move for several networkmaps in one page (as enterprise dashboard)

This commit is contained in:
mdtrooper 2016-05-04 15:19:45 +02:00
parent 8eee70f06d
commit 9a3525f544

View File

@ -2031,7 +2031,7 @@ MapController.prototype.events = function() {
} }
}); });
d3.select(document).on("mousemove", d3.select(self._target).on("mousemove",
function() { function() {
var map_pos = d3.select(self._target).node().getBoundingClientRect(); var map_pos = d3.select(self._target).node().getBoundingClientRect();