Commit 1465b8cd authored by einbinder's avatar einbinder Committed by Commit bot

DevTools: Don't focus layers panel when it is shown

The layers panel ends up stealing focus and disrupting keyboard navigation.

BUG=706699

Review-Url: https://codereview.chromium.org/2819863004
Cr-Commit-Position: refs/heads/master@{#468155}
parent 84e70906
...@@ -81,7 +81,6 @@ Layers.LayersPanel = class extends UI.PanelWithSidebar { ...@@ -81,7 +81,6 @@ Layers.LayersPanel = class extends UI.PanelWithSidebar {
super.wasShown(); super.wasShown();
if (this._model) if (this._model)
this._model.enable(); this._model.enable();
this._layerTreeOutline.focus();
} }
/** /**
......
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