Bug 1532298 - Fix viewSourceInDebugger calls, r=ochameau.
Differential Revision: https://phabricator.services.mozilla.com/D22336
This commit is contained in:
@@ -187,7 +187,7 @@ class MarkupContextMenu {
|
||||
*/
|
||||
_jumpToCustomElementDefinition() {
|
||||
const { url, line } = this.selection.nodeFront.customElementLocation;
|
||||
this.toolbox.viewSourceInDebugger(url, line, "show_custom_element");
|
||||
this.toolbox.viewSourceInDebugger(url, line, null, "show_custom_element");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user