[Plot] Update failing specs
Update failing specs for changes related to fixed duration plots, WTD-1273.
This commit is contained in:
@@ -297,7 +297,7 @@ define(
|
||||
subPlotBounds = $event.target.getBoundingClientRect();
|
||||
mousePosition = toMousePosition($event);
|
||||
// Treat any modifier key as a pan
|
||||
if (event.altKey || event.shiftKey || event.ctrlKey) {
|
||||
if ($event.altKey || $event.shiftKey || $event.ctrlKey) {
|
||||
// Start panning
|
||||
panStart = mousePosition;
|
||||
panStartBounds = panZoomStack.getPanZoom();
|
||||
|
||||
Reference in New Issue
Block a user