fix bug
This commit is contained in:
parent
4ae315d53f
commit
97838927db
@ -206,7 +206,7 @@ editor.prototype.loadAllImgs = function(icons){
|
||||
return Promise.all(p);
|
||||
}
|
||||
editor.prototype.idsInit = function(maps, icons){
|
||||
editor.ids = [];
|
||||
editor.ids = [0];
|
||||
editor.indexs = [];
|
||||
var MAX_NUM = 400;
|
||||
var getInfoById = function(id){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user