mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 05:19:56 +08:00
trim timestamp when pasting into TimeInfoContainer
This commit is contained in:
@@ -151,7 +151,7 @@ namespace osu.Game.Screens.Edit.Components
|
||||
});
|
||||
};
|
||||
|
||||
inputTextBox.Current.BindValueChanged(val => editor?.HandleTimestamp(val.NewValue));
|
||||
inputTextBox.Current.BindValueChanged(val => editor?.HandleTimestamp(val.NewValue.Trim()));
|
||||
|
||||
inputTextBox.OnCommit += (_, __) =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user