зеркало из https://github.com/mozilla/pjs.git
bug 297005 - regression in dragging files to tab bar, r+a=bsmedberg
This commit is contained in:
Родитель
1270c90901
Коммит
40cde85e88
|
@ -1453,7 +1453,7 @@
|
|||
<parameter name="aDragSession"/>
|
||||
<body>
|
||||
<![CDATA[
|
||||
if (aDragSession.sourceNode.parentNode == this.mTabContainer) {
|
||||
if (aDragSession.sourceNode && aDragSession.sourceNode.parentNode == this.mTabContainer) {
|
||||
var newIndex = this.getNewIndex(aEvent);
|
||||
if (newIndex > aXferData.data)
|
||||
newIndex--;
|
||||
|
|
Загрузка…
Ссылка в новой задаче