move bambu init to load-done
This commit is contained in:
parent
21eda9d9c3
commit
7f38f5e2d6
1 changed files with 1 additions and 1 deletions
|
|
@ -661,7 +661,7 @@ self.kiri.load(api => {
|
|||
}
|
||||
});
|
||||
|
||||
api.event.on("init-done", function() {
|
||||
api.event.on("load-done", function() {
|
||||
if (init) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue