mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 785910 - [Developer Toolbar] Inspector button and Web Console buttons remain selected after opening a new tab. r=jwalker
This commit is contained in:
parent
5c5c2e798d
commit
398cd2292c
@ -896,6 +896,10 @@ InspectorUI.prototype = {
|
||||
this.inspectCommand.setAttribute("checked", "false");
|
||||
|
||||
this.inspecting = false;
|
||||
|
||||
if (this.closing)
|
||||
return;
|
||||
|
||||
if (this.highlighter.getNode()) {
|
||||
this.select(this.highlighter.getNode(), true, !aPreventScroll);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user