fix(app): line selection fixes

This commit is contained in:
adamelmore 2026-01-24 09:09:23 -06:00
commit 6d8e994383
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
8 changed files with 368 additions and 296 deletions

View file

@ -44,6 +44,7 @@ export type FileContextItem = {
selection?: FileSelection
comment?: string
commentID?: string
commentOrigin?: "review" | "file"
preview?: string
}