Skip to content

Commit

Permalink
Update clippy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatos authored Dec 23, 2021
1 parent 0b759e9 commit 7466aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/clippy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(' '));
Expand Down

0 comments on commit 7466aba

Please sign in to comment.