Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Oct 21, 2024
1 parent 5c641a5 commit a393000
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygame_menu/widgets/widget/textinput.py
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,6 @@ def _copy(self) -> bool:
except PyperclipException as e:
if self._verbose:
clipboard_warn(e, 'Copying')
return False

self._block_copy_paste = True
return True
Expand Down

0 comments on commit a393000

Please sign in to comment.