wip(app): line selection

This commit is contained in:
Adam 2026-01-22 13:10:51 -06:00
commit 0eb523631d
4 changed files with 431 additions and 269 deletions

View file

@ -1568,6 +1568,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
class="h-5 w-5"
onClick={(e) => {
e.stopPropagation()
if (item.commentID) comments.remove(item.path, item.commentID)
prompt.context.remove(item.key)
}}
aria-label={language.t("prompt.context.removeFile")}