From: Michael M Slusarz Date: Wed, 18 Mar 2009 16:31:24 +0000 (-0600) Subject: Optimize splitbar dragging speed X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f60e093058aa104ee071cec68678a94d73f27252;p=horde.git Optimize splitbar dragging speed --- 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().