From 064d3dd5f7674475284e2d6b40608286ac91cd02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Wed, 10 Jul 2019 19:26:43 +0200 Subject: dont remove boardoverlay when mouse leaves carddetails --- client/components/boards/boardBody.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'client/components') 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; -- cgit v1.2.3-1-g7c22