Merge remote-tracking branch 'misskey/develop' into future-2024-04-10
This commit is contained in:
@@ -161,7 +161,7 @@ function onKeydown(evt: KeyboardEvent) {
|
||||
}
|
||||
|
||||
function onInputKeydown(evt: KeyboardEvent) {
|
||||
if (evt.key === 'Enter') {
|
||||
if (evt.key === 'Enter' && okButtonDisabledReason.value === null) {
|
||||
evt.preventDefault();
|
||||
evt.stopPropagation();
|
||||
ok();
|
||||
|
||||
Reference in New Issue
Block a user