Skip to content

Commit

Permalink
remove unused clear func
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Sep 11, 2024
1 parent 8ce1f8f commit 7c18c4c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dooit/ui/widgets/inputs/_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ def start_edit(self) -> None:
def stop_edit(self) -> None:
self.is_editing = False

def clear(self) -> None:
"""
Clears the Input Box
"""
self.value = ""
self._cursor_position = 0

def _insert_text(self, text: Optional[str] = None) -> None:
"""
Inserts text where the cursor is
Expand Down

0 comments on commit 7c18c4c

Please sign in to comment.