Skip to content

Commit

Permalink
fix: remove auto focus on what's up text area
Browse files Browse the repository at this point in the history
- prevents keyboard from popping up and screen scrolling when tracking multiple events on android
  • Loading branch information
donalmacanri committed Jan 10, 2023
1 parent 12f22db commit 94f611b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/domains/capture-log/capture-log.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@
placeholder={isPopulated || isFocused ? Lang.t('general.whats-up', "What's up?") : ''}
disabled={saving || saved}
bind:this={textarea}
autofocus
on:input={monitorNoteChange}
on:keydown={methods.keyPress}
on:focus={() => {
Expand Down

0 comments on commit 94f611b

Please sign in to comment.