Index: Source/devtools/front_end/elements/StylesSidebarPane.js |
diff --git a/Source/devtools/front_end/elements/StylesSidebarPane.js b/Source/devtools/front_end/elements/StylesSidebarPane.js |
index 11f11c8f397bbf4492033f2b3eec72a014205c65..8dd7c9a58c36e0d837fdad5d1c79edf8f4033ec4 100644 |
--- a/Source/devtools/front_end/elements/StylesSidebarPane.js |
+++ b/Source/devtools/front_end/elements/StylesSidebarPane.js |
@@ -1596,6 +1596,7 @@ WebInspector.StylePropertiesSection.prototype = { |
var rawLocation = new WebInspector.CSSLocation(target, this.rule.styleSheetId, this.rule.sourceURL, this.rule.lineNumberInSource(index), this.rule.columnNumberInSource(index)); |
var uiLocation = WebInspector.cssWorkspaceBinding.rawLocationToUILocation(rawLocation); |
WebInspector.Revealer.reveal(uiLocation); |
+ event.consume(true); |
return; |
} |
this._startEditingOnMouseEvent(); |