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

View File

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