Skip to content

Commit

Permalink
Revert "Fix: disable paste event on windows"
Browse files Browse the repository at this point in the history
This reverts commit 8d4c7da.
  • Loading branch information
eight04 authored and kiblee committed Nov 17, 2024
1 parent 4849998 commit 17ed20f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions todocli/interface.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import sys

from todocli.utils.datetime_util import parse_datetime
from yaspin import yaspin

Expand Down Expand Up @@ -82,10 +80,6 @@ def __init__(self):
full_screen=False,
)

# disable paste on win32
if sys.platform == "win32":
self.application.input.console_input_reader.recognize_paste = False

self.application.run()

def create_layout(self):
Expand Down

0 comments on commit 17ed20f

Please sign in to comment.