diff options
author | andrewdkim <adkim414@gmail.com> | 2019-09-24 16:14:28 -0400 |
---|---|---|
committer | andrewdkim <adkim414@gmail.com> | 2019-09-24 16:14:28 -0400 |
commit | 1307760412379a07b02f9148311bd9d22ed758b8 (patch) | |
tree | 69a617e35d2abe55215ae72f87e32a360ad94c4f /src/client/goldenLayout.js | |
parent | 2f09822358dba784ec26d5707423b4025096ee45 (diff) | |
parent | 0e08e20021a4fdb3235cb13b2a288ad8a3705529 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into animationtimeline_two
Diffstat (limited to 'src/client/goldenLayout.js')
-rw-r--r-- | src/client/goldenLayout.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/goldenLayout.js b/src/client/goldenLayout.js index ad78139c1..29b750720 100644 --- a/src/client/goldenLayout.js +++ b/src/client/goldenLayout.js @@ -377,7 +377,7 @@ this._nOriginalY = coordinates.y; this._oDocument.on('mousemove touchmove', this._fMove); - this._oDocument.one('mouseup touchend', this._fUp); + this._oDocument.on('mouseup touchend', this._fUp); this._timeout = setTimeout(lm.utils.fnBind(this._startDrag, this), this._nDelay); } |