summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorFelix Nüsse <felix.nuesse@t-online.de>2019-07-10 19:26:43 +0200
committerFelix Nüsse <felix.nuesse@t-online.de>2019-07-10 19:26:43 +0200
commit064d3dd5f7674475284e2d6b40608286ac91cd02 (patch)
tree2111eec83e1e4d765b24e9c5c1a274864e35ee4b /client
parenta545f8c1a2278f3f143c41abc32c394e75a4cd19 (diff)
downloadwekan-064d3dd5f7674475284e2d6b40608286ac91cd02.tar.gz
wekan-064d3dd5f7674475284e2d6b40608286ac91cd02.tar.bz2
wekan-064d3dd5f7674475284e2d6b40608286ac91cd02.zip
dont remove boardoverlay when mouse leaves carddetails
Diffstat (limited to 'client')
-rw-r--r--client/components/boards/boardBody.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/components/boards/boardBody.js b/client/components/boards/boardBody.js
index 81fa3d87..6cff5ab1 100644
--- a/client/components/boards/boardBody.js
+++ b/client/components/boards/boardBody.js
@@ -243,11 +243,6 @@ BlazeComponent.extendComponent({
{
// XXX The board-overlay div should probably be moved to the parent
// component.
- 'mouseenter .board-overlay'() {
- if (this.mouseHasEnterCardDetails) {
- this.showOverlay.set(false);
- }
- },
mouseup() {
if (this._isDragging) {
this._isDragging = false;