mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-13 12:52:10 +08:00
Fixed the bug of not exiting batch mode after batch deletion.
This commit is contained in:
parent
82f5fe8cfe
commit
f556343883
@ -711,6 +711,8 @@ onMounted(() => {
|
||||
// 删除无效项目
|
||||
removeInvalidItem(id);
|
||||
}
|
||||
// 清空批量操作
|
||||
clearBatchOperation();
|
||||
// 刷新DOM完毕执行
|
||||
nextTick(() => {
|
||||
// 创建项目拖拽对象
|
||||
|
Loading…
Reference in New Issue
Block a user