mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Fixed the event move for several networkmaps in one page (as enterprise dashboard)
This commit is contained in:
parent
8eee70f06d
commit
9a3525f544
@ -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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user