mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Fixed issues with window resizing (m2)
This commit is contained in:
parent
2172da6aaa
commit
54be2b4b48
@ -152,6 +152,8 @@
|
||||
immediately: true
|
||||
});
|
||||
|
||||
self.viewer.forceRedraw();
|
||||
|
||||
self.viewer.svgOverlay('resize');
|
||||
});
|
||||
|
||||
@ -354,7 +356,8 @@
|
||||
this.updateHighlight();
|
||||
this.updateHover(-1);
|
||||
|
||||
setTimeout(function() {
|
||||
clearTimeout(this.scrollTimeout);
|
||||
this.scrollTimeout = setTimeout(function() {
|
||||
self.ignoreScroll = false;
|
||||
}, this.viewer.animationTime * 1000);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user