dont remove boardoverlay when mouse leaves carddetails

This commit is contained in:
Felix Nüsse 2019-07-10 19:26:43 +02:00
parent a545f8c1a2
commit 064d3dd5f7
No known key found for this signature in database
GPG key ID: 2089A3431243E819

View file

@ -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;