зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1599805 - Fix React props in JSTerm. r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D55240 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
a8e19a9f04
Коммит
acc49289d6
|
@ -1230,7 +1230,7 @@ class JSTerm extends Component {
|
|||
className: "jsterm-input-container devtools-input devtools-monospace",
|
||||
key: "jsterm-container",
|
||||
"aria-live": "off",
|
||||
tabindex: -1,
|
||||
tabIndex: -1,
|
||||
onContextMenu: this.onContextMenu,
|
||||
ref: node => {
|
||||
this.node = node;
|
||||
|
|
Загрузка…
Ссылка в новой задаче