mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Card Drag/Drop doesn't flip anymore
- .fetch() is causing a short flip after card dragging
This commit is contained in:
parent
211656e9da
commit
726fd5d60d
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ BlazeComponent.extendComponent({
|
|||
archived: false,
|
||||
};
|
||||
if (swimlaneId) selector.swimlaneId = swimlaneId;
|
||||
const ret = ReactiveCache.getCards(Filter.mongoSelector(selector), {
|
||||
const ret = Cards.find(Filter.mongoSelector(selector), {
|
||||
// sort: ['sort'],
|
||||
sort: sortBy,
|
||||
limit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue