Skip to content

Commit be84e64

Browse files
authored
Merge pull request #285 from celvro/fix-paste
Increase timeout on paste
2 parents 605351a + 55d8485 commit be84e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_console/templates/console.js.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ REPLConsole.prototype.onKeyDown = function(ev) {
760760
_this.addToInput(_this.clipboard.value);
761761
_this.clipboard.value = "";
762762
_this.clipboard.blur();
763-
}, 10);
763+
}, 100);
764764
}
765765
}
766766

0 commit comments

Comments
 (0)