This commit is contained in:
Kovid Goyal 2026-02-22 16:44:24 +05:30
parent 9f2a4ad2dd
commit 6edad05c21
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -1617,7 +1617,6 @@ def on_tab_drop(self, x: int, y: int, bypass_move: bool = False) -> None:
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()