Update tabsDragUtils
This commit is contained in:
parent
b38c6f8066
commit
2f21433115
@ -172,6 +172,7 @@
|
|||||||
'TDUContext.tabScreenX = tabScreenX;\n' +
|
'TDUContext.tabScreenX = tabScreenX;\n' +
|
||||||
'TDUContext.translateX = translateX;\n' +
|
'TDUContext.translateX = translateX;\n' +
|
||||||
'TDUContext.utils.updateDraggedTabsTransform(TDUContext);\n' +
|
'TDUContext.utils.updateDraggedTabsTransform(TDUContext);\n' +
|
||||||
|
'tabs = TDUContext.utils.extractNotDraggedTabs(tabs, TDUContext);\n' +
|
||||||
'$&'
|
'$&'
|
||||||
).replace(
|
).replace(
|
||||||
'if (screenX > tabCenter)',
|
'if (screenX > tabCenter)',
|
||||||
@ -186,10 +187,6 @@
|
|||||||
'if (newIndex >= oldIndex)',
|
'if (newIndex >= oldIndex)',
|
||||||
'if (TDUContext.utils.checkDontMove(TDUContext)) return;\n' +
|
'if (TDUContext.utils.checkDontMove(TDUContext)) return;\n' +
|
||||||
'$&'
|
'$&'
|
||||||
).replace(
|
|
||||||
'draggedTab._dragData.animDropIndex = newIndex',
|
|
||||||
'tabs = TDUContext.utils.extractNotDraggedTabs(tabs, TDUContext);\n' +
|
|
||||||
'$&'
|
|
||||||
).replace(
|
).replace(
|
||||||
'-tabWidth : tabWidth',
|
'-tabWidth : tabWidth',
|
||||||
'/* $& */ -TDUContext.tabsWidth : TDUContext.tabsWidth'
|
'/* $& */ -TDUContext.tabsWidth : TDUContext.tabsWidth'
|
||||||
@ -274,6 +271,7 @@
|
|||||||
// TDUContext.tabScreenX = tabScreenX;
|
// TDUContext.tabScreenX = tabScreenX;
|
||||||
// TDUContext.translateX = translateX;
|
// TDUContext.translateX = translateX;
|
||||||
// TDUContext.utils.updateDraggedTabsTransform(TDUContext);
|
// TDUContext.utils.updateDraggedTabsTransform(TDUContext);
|
||||||
|
// tabs = TDUContext.utils.extractNotDraggedTabs(tabs, TDUContext);
|
||||||
// let tabCenter = Math.round(tabScreenX + translateX + tabWidth / 2);
|
// let tabCenter = Math.round(tabScreenX + translateX + tabWidth / 2);
|
||||||
// let newIndex = -1;
|
// let newIndex = -1;
|
||||||
// let oldIndex = "animDropIndex" in draggedTab._dragData ?
|
// let oldIndex = "animDropIndex" in draggedTab._dragData ?
|
||||||
@ -305,7 +303,6 @@
|
|||||||
// newIndex++;
|
// newIndex++;
|
||||||
// if (newIndex < 0 || newIndex == oldIndex)
|
// if (newIndex < 0 || newIndex == oldIndex)
|
||||||
// return;
|
// return;
|
||||||
// tabs = TDUContext.utils.extractNotDraggedTabs(tabs, TDUContext);
|
|
||||||
// draggedTab._dragData.animDropIndex = newIndex;
|
// draggedTab._dragData.animDropIndex = newIndex;
|
||||||
//
|
//
|
||||||
// // Shift background tabs to leave a gap where the dragged tab
|
// // Shift background tabs to leave a gap where the dragged tab
|
||||||
@ -328,7 +325,7 @@
|
|||||||
// return 0;
|
// return 0;
|
||||||
// }
|
// }
|
||||||
// TDUContext.destroy();
|
// TDUContext.destroy();
|
||||||
//
|
//
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user