From 7466aba6133bedb5cf32c69ff908fecea06af0e5 Mon Sep 17 00:00:00 2001 From: Salvatos Date: Thu, 23 Dec 2021 05:05:02 -0500 Subject: [PATCH] Update clippy.js --- build/clippy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/clippy.js b/build/clippy.js index 61df642..f96f4aa 100644 --- a/build/clippy.js +++ b/build/clippy.js @@ -806,7 +806,7 @@ clippy.Balloon.prototype = { if (idx > words.length) { this._active = false; if (!this._hold) { - setTimeout("this.hide();", 3000); + setTimeout("this.hide();", 9000); } } else { el.text(words.slice(0, idx).join(' '));