Skip to content

Commit 00dd326

Browse files
committed
Prevent scroll when focusing the apply response button and bump version to 1.103.0
1 parent 318aa1d commit 00dd326

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/browser/src/content-scripts/send-prompt-content-script/utils/add-apply-response-button.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function add_apply_response_button(params: {
5959
})
6060

6161
params.insert_button(params.footer, apply_response_button)
62-
apply_response_button.focus()
62+
apply_response_button.focus({ preventScroll: true })
6363
}
6464

6565
export function observe_for_responses(params: {

apps/browser/src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Autofill for Code Web Chat",
55
"short_name": "CWC",
66
"description": "Got tired with copy and paste? Enable prompt autofill!",
7-
"version": "1.102.0",
7+
"version": "1.103.0",
88
"homepage_url": "https://github.com/robertpiosik/CodeWebChat",
99
"icons": {
1010
"16": "icons/icon-16.png",

0 commit comments

Comments
 (0)