Ver código fonte

dont remove boardoverlay when mouse leaves carddetails

Felix Nüsse 6 anos atrás
pai
commit
064d3dd5f7
1 arquivos alterados com 0 adições e 5 exclusões
  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;