mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 13:53:31 +03:00
Merge pull request #779 from TMUND/master
Fixes #777: next button click pops up virtual keyboard on mobile devices
This commit is contained in:
commit
7f08f27e7e
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ function loadPanels( strip, viewerSize, scroll ) {
|
|||
animationTime: 0
|
||||
} );
|
||||
|
||||
miniViewer.displayRegion = $.makeNeutralElement( "textarea" );
|
||||
miniViewer.displayRegion = $.makeNeutralElement( "div" );
|
||||
miniViewer.displayRegion.id = element.id + '-displayregion';
|
||||
miniViewer.displayRegion.className = 'displayregion';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue