Remove offsets from mouse position calculation
and remove space
This commit is contained in:
@@ -217,7 +217,7 @@ class OverviewMap extends Control {
|
||||
const computeDesiredMousePosition = function(mousePosition) {
|
||||
return {
|
||||
clientX: mousePosition.clientX,
|
||||
clientY: mousePosition.clientY
|
||||
clientY: mousePosition.clientY
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user