Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1284)

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js

Issue 2609243002: DevTools: Preserve the selection across shadow DOM in StylesSideBar (Closed)
Patch Set: merge Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
index ded653baace345c2bc149eeaa9d865d1ff14c368..7336342faaf7968c2b0d71c3de09fe9da1a772e7 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
+++ b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
@@ -1241,7 +1241,7 @@ Elements.StylePropertiesSection = class {
return;
if (this.propertiesTreeOutline.element.shadowRoot.firstChild &&
- this.propertiesTreeOutline.element.shadowRoot.firstChild.isComponentSelectionCollapsed())
+ !this.propertiesTreeOutline.element.shadowRoot.firstChild.isComponentSelectionCollapsed())
return;
if (this._checkWillCancelEditing())
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698