Merge pull request #2979 from zKoz210/patch-5

Remove aria-description
This commit is contained in:
Dane Everitt 2021-01-06 19:41:45 -08:00 committed by GitHub
commit 77082fdd26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,7 +223,6 @@ export default () => {
type={'text'} type={'text'}
placeholder={'Type a command...'} placeholder={'Type a command...'}
aria-label={'Console command input.'} aria-label={'Console command input.'}
aria-description={'Type a command and press enter to send to server.'}
disabled={!instance || !connected} disabled={!instance || !connected}
onKeyDown={handleCommandKeyDown} onKeyDown={handleCommandKeyDown}
/> />