Optimize splitbar dragging speed
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 18 Mar 2009 16:31:24 +0000 (10:31 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 18 Mar 2009 16:31:24 +0000 (10:31 -0600)
imp/js/src/ViewPort.js

index a068770..fc23530 100644 (file)
@@ -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().