mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-14 13:22:09 +08:00
fixed a bug that occurred when copying items to a specified classification.
This commit is contained in:
parent
c73a2b3709
commit
ca43708a22
@ -133,6 +133,7 @@ function batchAdd(
|
|||||||
if (id) {
|
if (id) {
|
||||||
item.id = id;
|
item.id = id;
|
||||||
item.order = newOrder;
|
item.order = newOrder;
|
||||||
|
item.classificationId = classificationId;
|
||||||
resultList.push(item);
|
resultList.push(item);
|
||||||
}
|
}
|
||||||
newOrder++;
|
newOrder++;
|
||||||
|
Loading…
Reference in New Issue
Block a user