From a393000c477b12fc68f1b63f4343e48567a3809e Mon Sep 17 00:00:00 2001 From: "Pablo Pizarro R." Date: Mon, 21 Oct 2024 10:51:57 -0300 Subject: [PATCH] Fix tests --- pygame_menu/widgets/widget/textinput.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pygame_menu/widgets/widget/textinput.py b/pygame_menu/widgets/widget/textinput.py index 3bdabc54..5211e2d0 100644 --- a/pygame_menu/widgets/widget/textinput.py +++ b/pygame_menu/widgets/widget/textinput.py @@ -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