dont remove boardoverlay when mouse leaves carddetails

reviewable/pr2540/r1
Felix Nüsse 6 years ago
parent a545f8c1a2
commit 064d3dd5f7
No known key found for this signature in database
GPG Key ID: 2089A3431243E819
  1. 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;

Loading…
Cancel
Save