一个Node,第一个添加的组件是sprite,第二个添加的组件中写了executeInEditMode: true, onFocusInEditor和onLostFocusInEditor函数. onLostFocusInEditor不会被调用. 将这第二个组件向上移,移到第一个,onLostFocusInEditor就会被正常调用了. onFocusInEditor没有这个问题.
确实有这个问题,多谢反馈!下一个版本就会修复!
一个Node,第一个添加的组件是sprite,第二个添加的组件中写了executeInEditMode: true, onFocusInEditor和onLostFocusInEditor函数. onLostFocusInEditor不会被调用. 将这第二个组件向上移,移到第一个,onLostFocusInEditor就会被正常调用了. onFocusInEditor没有这个问题.
确实有这个问题,多谢反馈!下一个版本就会修复!