mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
Check itemTypeBug.
This commit is contained in:
parent
13d48fb0a7
commit
4fd69061be
1 changed files with 1 additions and 1 deletions
|
@ -704,7 +704,7 @@ new Vue({
|
|||
editItem: function(url) {
|
||||
for (i = 0; i < this.items.length; i++) {
|
||||
if (this.items[i].url == url) {
|
||||
this.items[i].type = this.checkFileType(this.editDialog.data.type);
|
||||
this.items[i].type = this.checkItemType(this.editDialog.data.type);
|
||||
this.items[i].name = this.editDialog.data.name;
|
||||
this.items[i].url = this.editDialog.data.url;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue