修改了readme

This commit is contained in:
黎智洲
2021-08-08 22:35:44 +08:00
parent 8ff56da8db
commit 1995261241
5 changed files with 14 additions and 8 deletions
-2
View File
@@ -86,8 +86,6 @@ export class ViewManager {
);
});
console.log(removeModels);
removeModels.map(model => {
Util.removeFromList(freedGroup.modelList, item => item.id === model.id);
});