Skip to content

Commit 7213c8c

Browse files
author
prima
committed
fix: Tweak to remove suggestions after one has been selected
1 parent 0e4f827 commit 7213c8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

klite.embd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29260,6 +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+
clearSuggestions();
2926329264
// document.getElementById("btnsend").onclick();
2926429265
}
2926529266
choiceContainer.appendChild(choice)

0 commit comments

Comments
 (0)