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:
Nicolas Chevobbe 2019-11-29 09:59:41 +00:00
Родитель a8e19a9f04
Коммит acc49289d6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;