GiorgosXou / TUIFIManager

A cross-platform terminal-based termux-oriented file manager (and component), meant to be used with a Uni-Curses project or as is.
GNU General Public License v3.0
684 stars 13 forks source link

Deselect error when dragging file immediately after navigating to parrent folder #96

Closed GiorgosXou closed 3 months ago

GiorgosXou commented 3 months ago

tuifi_issue_internal_drag_Peek 2024-04-07 18-42

Solved by adding\appending self.__pre_clicked_file = f to: https://github.com/GiorgosXou/TUIFIManager/blob/0390f03720045aded4a6c07969784cc9e97c4e27/TUIFIManager/__init__.py#L125-L127