GetEntity结束后清理 回调列表

pull/654896/MERGE
ChenX 7 years ago
parent 9a78764b7c
commit 1fa69cd6f2

@ -155,6 +155,7 @@ export class GetEntityServices implements EditorService
this.m_Editor.m_InputState &= ~InputState.None;
this.m_Viewer.m_PreViewer.ToSelect();
this.removeCalls.forEach(f => f());
this.removeCalls.length = 0;
}
private Retun(result: PromptEntityResult)
{

Loading…
Cancel
Save