Răsfoiți Sursa

Merge branch 'newhinton-fix/2529/hoverboardoverlay'

Lauri Ojansivu 6 ani în urmă
părinte
comite
8bf33a3fce
1 a modificat fișierele cu 0 adăugiri și 5 ștergeri
  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;