Merge pull request #4021 from IgorA100/patch-105
Fix: Recalculate "Scale" after zooming by mouse click (montage.js)pull/4023/head
commit
f8ba3c73cf
|
@ -549,6 +549,7 @@ function handleClick(evt) {
|
|||
const point = {clientX: event.clientX, clientY: event.clientY};
|
||||
panZoom[id].zoomToPoint(scale, point, {focal: {x: event.clientX, y: event.clientY}});
|
||||
}
|
||||
setTriggerChangedMonitors(id);
|
||||
//updateScale = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue