Browse Source

dont remove boardoverlay when mouse leaves carddetails

Felix Nüsse 6 years ago
parent
commit
064d3dd5f7
1 changed files with 0 additions and 5 deletions
  1. 0 5
      client/components/boards/boardBody.js

+ 0 - 5
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;