Commit 02d357a7 authored by Anubha Mathur's avatar Anubha Mathur Committed by Commit Bot

DevTools: Remove unnecessary tabindex on sources panel editorview

Gif: https://imgur.com/a/eP7Irdr

Bug: 963183
Change-Id: I8dd5a9a5abc4d1404385b924cbfe110e4bb62132
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804522Reviewed-by: default avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Anubha Mathur <anubmat@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#697359}
parent efb17e89
...@@ -65,7 +65,6 @@ Sources.SourcesPanel = class extends UI.Panel { ...@@ -65,7 +65,6 @@ Sources.SourcesPanel = class extends UI.Panel {
const initialNavigatorWidth = 225; const initialNavigatorWidth = 225;
this.editorView = new UI.SplitWidget(true, false, 'sourcesPanelNavigatorSplitViewState', initialNavigatorWidth); this.editorView = new UI.SplitWidget(true, false, 'sourcesPanelNavigatorSplitViewState', initialNavigatorWidth);
this.editorView.enableShowModeSaving(); this.editorView.enableShowModeSaving();
this.editorView.element.tabIndex = 0;
this._splitWidget.setMainWidget(this.editorView); this._splitWidget.setMainWidget(this.editorView);
// Create navigator tabbed pane with toolbar. // Create navigator tabbed pane with toolbar.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment