Browse Source

Merge branch 'newhinton-fix/2529/hoverboardoverlay'

Lauri Ojansivu 6 năm trước cách đây
mục cha
commit
8bf33a3fce
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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;