Added resizing of input boxes on input

This commit is contained in:
a-ill
2023-07-20 13:26:26 +03:00
parent ca3acdf8aa
commit fb705bab7c
4 changed files with 59 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@@ -53,7 +53,6 @@ export function sendText(route,data,callback) {
if (status === 0 || (status >= 200 && status < 400)) {
// The request has been completed successfully
if (callback !== undefined) {
console.log(xhr.responseText)
callback(xhr.responseText)
}
} else {