From e36f7ed41400a7b88c6115501b2bc5bd35d5f773 Mon Sep 17 00:00:00 2001 From: houseofyin Date: Sat, 1 Jun 2013 14:11:56 -0400 Subject: [PATCH] Trying to remove the selector element --- src/viewer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/viewer.js b/src/viewer.js index 9ea2caed..0ec5b19e 100644 --- a/src/viewer.js +++ b/src/viewer.js @@ -236,6 +236,7 @@ $.Viewer = function( options ) { style.position = "absolute"; style.top = "0px"; style.left = "0px"; + style.resize = "none"; }( this.keyboardCommandArea.style )); this.container.insertBefore( this.canvas, this.container.firstChild );