Small code cleanup

This commit is contained in:
Chandler Cox
2024-07-03 13:07:02 -05:00
parent a61096ffa5
commit 8877aac8cb

View File

@@ -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),
});