mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Removed touch-action:none setting
This commit is contained in:
parent
8c16ba50b5
commit
803ade38d8
@ -55,7 +55,7 @@ OPENSEADRAGON CHANGELOG
|
||||
* Now ensuring that the new item is already in the navigator when the "add-item" event fires (#2005 @RammasEchor)
|
||||
* Added keys to change image in sequence mode (j: previous, k: next) (#2007 @RammasEchor)
|
||||
* Fixed a bug where the navigator wouldn't pick up opacity/composite changes made while it is loading (#2018 @crydell)
|
||||
* Removed unnecessary pointer-events:none setting on overlay container DIV element (#2042 @msalsbery)
|
||||
* Removed unnecessary touch-action:none and pointer-events:none settings on overlay container DIV element (#2042 @msalsbery)
|
||||
|
||||
2.4.2:
|
||||
|
||||
|
@ -408,7 +408,6 @@ $.Viewer = function( options ) {
|
||||
|
||||
// Overlay container
|
||||
this.overlaysContainer = $.makeNeutralElement( "div" );
|
||||
$.setElementTouchActionNone( this.overlaysContainer );
|
||||
this.canvas.appendChild( this.overlaysContainer );
|
||||
|
||||
// Now that we have a drawer, see if it supports rotate. If not we need to remove the rotate buttons
|
||||
|
Loading…
Reference in New Issue
Block a user