Suppress errors while dragging the tab bar itself
This commit is contained in:
parent
414a73c3ff
commit
6fe9401c39
@ -908,7 +908,7 @@ try{
|
|||||||
isVertical : (
|
isVertical : (
|
||||||
b.ownerDocument.defaultView['piro.sakura.ne.jp'].tabsDragUtils.isVertical(b.tabContainer) &&
|
b.ownerDocument.defaultView['piro.sakura.ne.jp'].tabsDragUtils.isVertical(b.tabContainer) &&
|
||||||
(
|
(
|
||||||
!draggedTab.pinned ||
|
(draggedTab && !draggedTab.pinned) ||
|
||||||
!utils.getTreePref('pinnedTab.faviconized')
|
!utils.getTreePref('pinnedTab.faviconized')
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user