mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 19:00:12 +01:00
Fix #1519 Add Card Btn dissapear on drag
This commit is contained in:
parent
338fb5304d
commit
58e5e9b308
2 changed files with 4 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ BlazeComponent.extendComponent({
|
||||||
sort: sortIndex.base,
|
sort: sortIndex.base,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
boardComponent.setIsDragging(false);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,8 @@ BlazeComponent.extendComponent({
|
||||||
sort: sortIndex.base,
|
sort: sortIndex.base,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
boardComponent.setIsDragging(false);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue