This commit is contained in:
Kovid Goyal
2026-02-22 16:44:24 +05:30
parent 9f2a4ad2dd
commit 6edad05c21

View File

@@ -1617,7 +1617,6 @@ class TabManager: # {{{
self.on_tab_drop_move(td.data.tab_id, True, x, y)
if (td := self.tab_being_dropped) is None:
return
print(3333333333)
self.tab_being_dropped = None
atid = self.active_tab.id if self.active_tab else 0
set_tab_being_dragged()