Commit f80f22f9 authored by limingzhe's avatar limingzhe

fix: debug

parent eec62040
......@@ -2816,7 +2816,9 @@ cc.Class({
const dotV2 = new cc.Vec2(rect.x + rect.width/2, rect.y + rect.height / 2);
const targetLabelText = colorRect.labelText;
let targetLabelText = colorRect.labelText;
targetLabelText = targetLabelText.replace(/(^\s+)|(\s+)|(\s+$)/g,"");
const newRectCheckArr = this.newRectCheckArr;
......
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