mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-31 23:21:42 +03:00
Trying to remove the selector element
This commit is contained in:
parent
6385b0a296
commit
e36f7ed414
@ -236,6 +236,7 @@ $.Viewer = function( options ) {
|
|||||||
style.position = "absolute";
|
style.position = "absolute";
|
||||||
style.top = "0px";
|
style.top = "0px";
|
||||||
style.left = "0px";
|
style.left = "0px";
|
||||||
|
style.resize = "none";
|
||||||
}( this.keyboardCommandArea.style ));
|
}( this.keyboardCommandArea.style ));
|
||||||
|
|
||||||
this.container.insertBefore( this.canvas, this.container.firstChild );
|
this.container.insertBefore( this.canvas, this.container.firstChild );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user