mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
remove up arrow input reporting console spam
This commit is contained in:
@ -817,7 +817,7 @@ $("document").ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (event.key == "ArrowUp") { //edits last message if chatbar is empty and focused
|
if (event.key == "ArrowUp") { //edits last message if chatbar is empty and focused
|
||||||
console.log('got uparrow input');
|
//console.log('got uparrow input');
|
||||||
if (
|
if (
|
||||||
$("#send_textarea").val() === '' &&
|
$("#send_textarea").val() === '' &&
|
||||||
chatbarInFocus === true &&
|
chatbarInFocus === true &&
|
||||||
|
Reference in New Issue
Block a user