wip(app): line selection

This commit is contained in:
Adam
2026-01-22 13:10:51 -06:00
parent 99e15caaf6
commit 0eb523631d
4 changed files with 427 additions and 265 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")}