Changed default to true.

This commit is contained in:
Chandler Cox
2022-12-08 16:21:10 -06:00
parent 95db33e614
commit 1a3bcc5d27
4 changed files with 1 additions and 4 deletions

View File

@@ -30,7 +30,6 @@ namespace FlaxEditor.CustomEditors.Editors
}
_element = layout.TextBox(isMultiLine);
_element.TextBox.EndEditOnClick = true;
_element.TextBox.EditEnd += () => SetValue(_element.Text);
}