Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Schulz committed Dec 6, 2024
1 parent 3ff376d commit 6fc7831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deanscode.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ function invalid() {
newInput();
}, 1e3)
}

function newInput(cursorOnly) {
$('input').replaceWith('<p class="p-add">' + $('input').val() + '</p>');
// document.getElementById("input").insertAdjacentHTML('afterend', '<input autocomplete="off" id="current-p" spellcheck="false" class="active paragraph" contenteditable="true">');
Expand Down

0 comments on commit 6fc7831

Please sign in to comment.