Skip to content

Commit

Permalink
FIXED: #104
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgosXou committed Apr 22, 2024
1 parent 643c4c5 commit 4ab542e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TUIFIManager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,7 @@ def handle_find_events(self,event): # TODO: FIX SUFFIXES WHEN DELETING, find_fil
else:
self.__temp_findname += unicurses.RCCHAR(event)

self.__pre_hov = None
self.find_file(self.__temp_findname)
self.__set_label_text(f'SEARCH: {self.__temp_findname}')
i = 0 if len(self.files) == 1 else 1
Expand Down

0 comments on commit 4ab542e

Please sign in to comment.