mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-21 01:13:37 +08:00
Fix model import error message in web app
This commit is contained in:
parent
f27c2602c7
commit
24ca7c1a9c
@ -44,7 +44,7 @@ class Codec {
|
||||
}, 200)
|
||||
}
|
||||
this.parse(model, file.path)
|
||||
loadDataFromModelMemory();
|
||||
if (isApp) loadDataFromModelMemory();
|
||||
}
|
||||
//parse(model, path)
|
||||
|
||||
|
@ -925,7 +925,7 @@ var codec = new Codec('bedrock', {
|
||||
}, 200)
|
||||
}
|
||||
this.parse(model, file.path)
|
||||
loadDataFromModelMemory();
|
||||
if (isApp) loadDataFromModelMemory();
|
||||
},
|
||||
compile(options) {
|
||||
if (options === undefined) options = {}
|
||||
|
Loading…
Reference in New Issue
Block a user