mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-03-20 07:03:58 +03:00
removed automatic focus from reference strip, which caused HTML pages to jump unwantedly to the reference strip upon loading
This commit is contained in:
parent
0fdebe052c
commit
ef1e5c7d06
@ -276,7 +276,6 @@ $.extend( $.ReferenceStrip.prototype, $.EventSource.prototype, $.Viewer.prototyp
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.currentPage = page;
|
this.currentPage = page;
|
||||||
$.getElement( element.id + '-displayregion' ).focus();
|
|
||||||
onStripEnter.call( this, { eventSource: this.innerTracker } );
|
onStripEnter.call( this, { eventSource: this.innerTracker } );
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user