From f60e093058aa104ee071cec68678a94d73f27252 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 18 Mar 2009 10:31:24 -0600 Subject: [PATCH] Optimize splitbar dragging speed --- imp/js/src/ViewPort.js | 1 + 1 file changed, 1 insertion(+) diff --git a/imp/js/src/ViewPort.js b/imp/js/src/ViewPort.js index a068770f8..fc2353060 100644 --- a/imp/js/src/ViewPort.js +++ b/imp/js/src/ViewPort.js @@ -953,6 +953,7 @@ var ViewPort = Class.create({ new Drag(this.splitbar, { constraint: 'vertical', ghosting: true, + nodrop: true, onStart: function() { // Cache these values since we will be using them multiple // times in snap(). -- 2.11.0