diff --git a/remarkable_mouse/pynput.py b/remarkable_mouse/pynput.py index 5f1bd6a..78d5111 100644 --- a/remarkable_mouse/pynput.py +++ b/remarkable_mouse/pynput.py @@ -177,7 +177,7 @@ def read_finger(args, remote_device): else: mouse.press(Button.right) mouse.release(Button.right) - mouse.release(Button.left) + mouse.release(Button.left) rel_orig_x = -1 rel_orig_y = -1 last_x = 0