Commit 7458e91 1 parent 42512d8 commit 7458e91 Copy full SHA for 7458e91
File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 216
216
"applications" : {
217
217
"gecko" : {
218
218
"id" : " treestyletab@piro.sakura.ne.jp" ,
219
- "strict_min_version" : " 67 .0"
219
+ "strict_min_version" : " 102 .0"
220
220
}
221
221
}
222
222
}
Original file line number Diff line number Diff line change @@ -929,14 +929,6 @@ function onDragStart(event, options = {}) {
929
929
TabsStore . windows . get ( TabsStore . getCurrentWindowId ( ) ) . classList . add ( kTABBAR_STATE_TAB_DRAGGING ) ;
930
930
document . documentElement . classList . add ( kTABBAR_STATE_TAB_DRAGGING ) ;
931
931
932
- // The drag operation can be canceled by something, then
933
- // "dragend" event is not dispatched and TST wrongly keeps
934
- // its "dragging" state. So we clear the dragging state with
935
- // a delay. (This timer will be cleared immediately by dragover
936
- // event, if the dragging operation is not canceled.)
937
- // See also: https://github.com/piroor/treestyletab/issues/1778#issuecomment-404569842
938
- mFinishCanceledDragOperation = setTimeout ( finishDrag , 500 , 'onDragStart' ) ;
939
-
940
932
if ( ! ( 'behavior' in options ) &&
941
933
configs . showTabDragBehaviorNotification ) {
942
934
const invertedBehavior = event . shiftKey ? configs . tabDragBehavior : configs . tabDragBehaviorShift ;
You can’t perform that action at this time.
0 commit comments