Commit 0ed45c26 authored by limingzhe's avatar limingzhe

fix: debug

parent 6ed5c212
......@@ -2205,6 +2205,9 @@ cc.Class({
const signDebugItem = this.signRectCheckArr[i];
const dropDownItem = signDebugItem.data.dropDownItem;
if (!symbol[i]) {
break;
}
const curSignKey = symbol[i].toString();
if (dropDownItem.key == curSignKey) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment