diff options
author | bob <bcz@cs.brown.edu> | 2019-09-25 12:11:08 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-09-25 12:11:08 -0400 |
commit | 0a5b90021c0f48a3c5c6801b96b2c8834639a695 (patch) | |
tree | 0a074fa7995a4ff62148c6086dcdf9759dfd2bae /src/client/goldenLayout.js | |
parent | b57741dbed846313e1b9d0dad3b6c8add2566277 (diff) | |
parent | b69106994f5450e2ac2c515f28dacceb2e13b78b (diff) |
Merge branch 'master' into pdf_refactor
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); } |