diff --git a/Source/Editor/Content/GUI/ContentView.cs b/Source/Editor/Content/GUI/ContentView.cs index 8f9bafc87..afa03cb51 100644 --- a/Source/Editor/Content/GUI/ContentView.cs +++ b/Source/Editor/Content/GUI/ContentView.cs @@ -216,10 +216,7 @@ namespace FlaxEditor.Content.GUI new InputActionsContainer.Binding(options => options.Undo, () => { if (_isCutting) - { - _isCutting = false; UpdateContentItemCut(false); - } }), new InputActionsContainer.Binding(options => options.Duplicate, Duplicate), });