From 7026d6a2b80b54a16e25c6d77acdef977c4d36f6 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Tue, 17 Dec 2019 10:56:21 +0400 Subject: [PATCH] More sleep to handle slow js textarea in chrome --- snippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippy b/snippy index ec035fd..37a5bcc 100755 --- a/snippy +++ b/snippy @@ -214,7 +214,7 @@ run() { # Paste into the current application. if is_gui; then # We need a little pause to handle the time to focus on the window - sleep 0.17 + sleep 0.25 ${GUIPASTE} move_cursor "Up" $cursor_line_position