Skip to content

Commit

Permalink
Merge pull request #285 from celvro/fix-paste
Browse files Browse the repository at this point in the history
Increase timeout on paste
  • Loading branch information
gsamokovarov authored Sep 13, 2019
2 parents 605351a + 55d8485 commit be84e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web_console/templates/console.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ REPLConsole.prototype.onKeyDown = function(ev) {
_this.addToInput(_this.clipboard.value);
_this.clipboard.value = "";
_this.clipboard.blur();
}, 10);
}, 100);
}
}

Expand Down

0 comments on commit be84e64

Please sign in to comment.