Skip to content

Commit

Permalink
should be 5 to match delay originally in cmv .
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Apr 21, 2016
1 parent 94a110f commit 3bb1b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmv/js/gis/dijit/FloatingTitlePane.js
Expand Up @@ -42,7 +42,7 @@ define([
if (this.titleBarNode && this.canFloat) {
this._moveable = new Moveable(this.domNode, {
handle: this.titleBarNode,
delay: 10
delay: 5
});
this._titleBarHeight = domStyle.get(this.titleBarNode, 'height');
aspect.after(this._moveable, 'onMove', lang.hitch(this, '_dragging'), true);
Expand Down

0 comments on commit 3bb1b0d

Please sign in to comment.