fix typo
This commit is contained in:
parent
00be6a4f00
commit
8018a3ca8d
@ -632,7 +632,8 @@ AutoHideBrowser.prototype = {
|
||||
if (
|
||||
this.expanded &&
|
||||
this.contentAreaScreenEnabled &&
|
||||
this.FocusManager.activeWindow.top == this.window
|
||||
this.treeStyleTab.FocusManager.activeWindow &&
|
||||
this.treeStyleTab.FocusManager.activeWindow.top == this.window
|
||||
) {
|
||||
let box = this.getContentsAreaBox();
|
||||
let style = this.screen.style;
|
||||
|
Loading…
x
Reference in New Issue
Block a user