mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 917189 - Removed the debug icon on the caret position, r=vporof
This commit is contained in:
parent
99f5dbc55e
commit
fb81848f49
@ -483,7 +483,7 @@ WebConsole.prototype = {
|
||||
|
||||
let showSource = ({ DebuggerView }) => {
|
||||
if (DebuggerView.Sources.containsValue(aSourceURL)) {
|
||||
DebuggerView.setEditorLocation(aSourceURL, aSourceLine);
|
||||
DebuggerView.setEditorLocation(aSourceURL, aSourceLine, { noDebug: true });
|
||||
return;
|
||||
}
|
||||
toolbox.selectTool("webconsole");
|
||||
|
Loading…
Reference in New Issue
Block a user