Skip to content

Commit 0e4f827

Browse files
author
prima
committed
feat: Disabled auto submit on suggestions to allow user editing of inputs
1 parent 1dd4f2c commit 0e4f827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klite.embd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29260,7 +29260,7 @@ let checkFinalThoughtsPrompt = `Action: {"command":{"name":"thought","args":{"me
2926029260
choice.innerText = suggestion;
2926129261
choice.onclick = () => {
2926229262
document.getElementById("input_text").value = suggestion;
29263-
document.getElementById("btnsend").onclick();
29263+
// document.getElementById("btnsend").onclick();
2926429264
}
2926529265
choiceContainer.appendChild(choice)
2926629266
})

0 commit comments

Comments
 (0)