hollama
hollama copied to clipboard
Prompt field is focused but can't be typed on
The prompt field appears focused, with a caret blinking, but it does not recognize keyboard inputs. Similar behavior is present in this issue: https://github.com/fmaclen/hollama/issues/112
Edit: I have a hard time replicating this issue, but I've noticed it a handful of times.
Going into the fullscreen text-editor and then switching back to the smaller prompt field "fixes" the issue.
Potential suspects in src/routes/sessions/[id]/+page.svelte:
afterUpdate()— Maybe there is a race condition here?{#key session} ... {/key}— We might no longer need to re-render these components in a logic block.resetPrompt()— Unlikely to be the cause but it's probably worth a look
@GregoMac1 have you run into this issue?
@GregoMac1 have you run into this issue?
Mmm no, I don't think so. I'll leave the window for a few minutes to see if I can replicate it with what you've mentioned in #112.
Understood 👍
It's happening very erratically for me, last few times I didn't have to wait "minutes" to see it happen, just switch context away from the current browser tab for a few seconds.
I have not seen #112 since I added the issue, that may have been something else.