From 8877aac8cb80ddcacbbd89c5a5f49081e5687b5c Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Wed, 3 Jul 2024 13:07:02 -0500 Subject: [PATCH] Small code cleanup --- Source/Editor/Content/GUI/ContentView.cs | 3 --- 1 file changed, 3 deletions(-) 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), });