projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380941d
)
Optimize splitbar dragging speed
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 18 Mar 2009 16:31:24 +0000
(10:31 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 18 Mar 2009 16:31:24 +0000
(10:31 -0600)
imp/js/src/ViewPort.js
patch
|
blob
|
history
diff --git
a/imp/js/src/ViewPort.js
b/imp/js/src/ViewPort.js
index
a068770
..
fc23530
100644
(file)
--- 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().