diff --git a/src/Editor/CommandMachine.ts b/src/Editor/CommandMachine.ts index 3ffffb9ef..5db91c9ed 100644 --- a/src/Editor/CommandMachine.ts +++ b/src/Editor/CommandMachine.ts @@ -44,6 +44,7 @@ export class CommandMachine { this.m_CommandIng = false; app.m_Editor.m_CommandStore.isCmdIng = false; + app.m_Editor.ClearSnapEntity(); } get CommandNameList(): Set