diff --git a/src/Editor/GetEntityServices.ts b/src/Editor/GetEntityServices.ts index d58b8c5e4..e00c52f40 100644 --- a/src/Editor/GetEntityServices.ts +++ b/src/Editor/GetEntityServices.ts @@ -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) {