Commit dbee9871 authored by limingzhe's avatar limingzhe

fix: debug

parent d81a3efd
...@@ -4438,7 +4438,9 @@ cc.Class({ ...@@ -4438,7 +4438,9 @@ cc.Class({
const dotV2 = new cc.Vec2(rect.x + rect.width/2, rect.y + rect.height / 2); 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; 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