wip(app): line selection
This commit is contained in:
parent
99e15caaf6
commit
0eb523631d
4 changed files with 431 additions and 269 deletions
|
|
@ -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")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue