You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for a great free software, much appreciated.
I've just started using it, noticed one small issue.
When you trigger the image previewer, if you click the zoom icon in the upper right hand corner a couple of times, it will zoom to center of the image, and if you click and hold with your left mouse button and start to pan around the image, then it will not pan, it simply sticks to horizonal scrolling. However, if you use middle mouse to zoom in (instead of the button in the upper right hand corner) then the panning with left mouse button will work. Reproducible always.
Set up:
v0.7.8 (bundle, spotlight.bundle.js)
Desktop
Chrome browser
initialized JS in the head section. <script src="spotlight.bundle.js"></script>
used Anchor + Images (basic markup scenario)
the only passed options are: data-autofit="false"data-title="false"
on localhost (HTTPS, self-signed certificate). Have not yet tried in production, when deployed to the actual host with domain, behind authentic certificate
The text was updated successfully, but these errors were encountered:
oleg-astakhov
changed the title
Mouse click + pan does not work after clicking the dedicated Zoom button
Left mouse click + pan does not work after clicking the dedicated Zoom button
Dec 6, 2021
First of all, thanks for a great free software, much appreciated.
I've just started using it, noticed one small issue.
When you trigger the image previewer, if you click the zoom icon in the upper right hand corner a couple of times, it will zoom to center of the image, and if you click and hold with your left mouse button and start to pan around the image, then it will not pan, it simply sticks to horizonal scrolling. However, if you use middle mouse to zoom in (instead of the button in the upper right hand corner) then the panning with left mouse button will work. Reproducible always.
Set up:
spotlight.bundle.js
)head
section.<script src="spotlight.bundle.js"></script>
data-autofit="false"
data-title="false"
The text was updated successfully, but these errors were encountered: