Closed Anajrim01 closed 2 months ago
@Anajrim01 is attempting to deploy a commit to the ShipBit Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
slickgpt | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 14, 2024 3:13pm |
Summary
This PR addresses the following issues:
Background
svelte-command-palette
library stops the propagation of arrow keys by callingpreventDefault
. This workaround adjusts the keylistener logic to allow arrow key navigation within the textarea. More details can be found in the issue posted here: https://github.com/rohitpotato/svelte-command-palette/issues/16.getProviderForModel
returningundefined
before checking if the model isundefined
. The function now ensures proper checks to avoid this issue.Changes
Related PRs
Issue References
Testing