mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01:00
Merge branch 'newhinton-fix/2529/hoverboardoverlay'
This commit is contained in:
commit
8bf33a3fce
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue