Fix syntax error

This commit is contained in:
Piro / YUKI Hiroshi 2016-02-14 03:17:28 +09:00
parent 326ed8dff1
commit be6df2121f

View File

@ -1251,7 +1251,7 @@ AutoHideBrowser.prototype = inherit(AutoHideBase.prototype, {
return;
case 'TabMove':
if (utils.getTreePref('tabbar.autoShow.feedback.moved')
if (utils.getTreePref('tabbar.autoShow.feedback.moved') &&
!this.treeStyleTab.subTreeMovingCount &&
!this.treeStyleTab.isTabInternallyMoving(aEvent.originalTarget))
this.showForFeedback(aEvent.originalTarget);