Преглед изворни кода

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
         // XXX The board-overlay div should probably be moved to the parent
         // component.
         // component.
-        'mouseenter .board-overlay'() {
-          if (this.mouseHasEnterCardDetails) {
-            this.showOverlay.set(false);
-          }
-        },
         mouseup() {
         mouseup() {
           if (this._isDragging) {
           if (this._isDragging) {
             this._isDragging = false;
             this._isDragging = false;