浏览代码

Merge branch 'newhinton-fix/2529/hoverboardoverlay'

Lauri Ojansivu 6 年之前
父节点
当前提交
8bf33a3fce
共有 1 个文件被更改,包括 0 次插入5 次删除
  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;