mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-14 05:12:11 +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) {
|
||||
item.id = id;
|
||||
item.order = newOrder;
|
||||
item.classificationId = classificationId;
|
||||
resultList.push(item);
|
||||
}
|
||||
newOrder++;
|
||||
|
Loading…
Reference in New Issue
Block a user