Commit 6d673c18 authored by 李维's avatar 李维

修复排序结束后句子不显示的问题

parent a651205d
......@@ -1501,7 +1501,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
const inputLabel = this.newInputTextNode(text, 0);
inputLabel.x = rect.width / 2;
inputLabel.y = rect.height / 2;
currentInputText = text;
// 更新清除方法
rect.cleanLast = () => {
......
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