| Index: Source/devtools/front_end/sources/SourcesPanel.js
|
| diff --git a/Source/devtools/front_end/sources/SourcesPanel.js b/Source/devtools/front_end/sources/SourcesPanel.js
|
| index 05ccbb0b45c3afa6736d67b8800901012f7ff660..1128a0ef9ca86a4ed1824c69c1500e7b7887c8b0 100644
|
| --- a/Source/devtools/front_end/sources/SourcesPanel.js
|
| +++ b/Source/devtools/front_end/sources/SourcesPanel.js
|
| @@ -323,8 +323,6 @@ WebInspector.SourcesPanel.prototype = {
|
|
|
| _showEditor: function(forceShowInPanel)
|
| {
|
| - if (this._sourcesView.isShowing())
|
| - return;
|
| WebInspector.inspectorView.showPanel("sources");
|
| },
|
|
|
|
|