Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 178dd6c

Browse files
committed
šŸ› Koenig - Fixed Safari scrolling to bottom of post when using link input
refs TryGhost/Ghost#9724 - `autofocus="true"` in Safari was overriding the custom focus method which keeps the scroll position locked
1 parent ba59cae commit 178dd6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ā€Žlib/koenig-editor/addon/templates/components/koenig-link-input.hbs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
placeholder="Enter url"
33
value={{href}}
44
class="kg-link-input pa2 pr6 mih-100 ba br3 shadow-2 f8 lh-heading tracked-2 outline-0 b--blue h10 nudge-top--8"
5-
autofocus="true"
65
oninput={{action (mut href) value="target.value"}}
76
onkeydown={{action "inputKeydown"}}
87
/>

0 commit comments

Comments
Ā (0)