Skip to content

Commit

Permalink
remove longer debug timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 23, 2022
1 parent dae7dc4 commit 830c8d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/jquery.terminal-src.js
Expand Up @@ -2065,8 +2065,7 @@
var clip;
if (is_mobile) {
clip = (function() {
var $node = $('<div class="cmd-editable"/>').attr({
contenteditable: true,
var $node = $('<div class="cmd-editable" contenteditable/>').attr({
autocapitalize: 'off',
autocorrect: 'off',
spellcheck: 'false',
Expand Down

0 comments on commit 830c8d3

Please sign in to comment.