Fix syntax error
This commit is contained in:
parent
326ed8dff1
commit
be6df2121f
@ -1251,7 +1251,7 @@ AutoHideBrowser.prototype = inherit(AutoHideBase.prototype, {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
case 'TabMove':
|
case 'TabMove':
|
||||||
if (utils.getTreePref('tabbar.autoShow.feedback.moved')
|
if (utils.getTreePref('tabbar.autoShow.feedback.moved') &&
|
||||||
!this.treeStyleTab.subTreeMovingCount &&
|
!this.treeStyleTab.subTreeMovingCount &&
|
||||||
!this.treeStyleTab.isTabInternallyMoving(aEvent.originalTarget))
|
!this.treeStyleTab.isTabInternallyMoving(aEvent.originalTarget))
|
||||||
this.showForFeedback(aEvent.originalTarget);
|
this.showForFeedback(aEvent.originalTarget);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user