Fixed history navigation

This commit is contained in:
Simon Cambier
2023-01-11 20:10:56 +01:00
parent 54abf8a106
commit f0a2a6a7ae
2 changed files with 10 additions and 2 deletions

View File

@@ -11,6 +11,10 @@
let elInput: HTMLInputElement
const dispatch = createEventDispatcher()
export function setInputValue(v:string): void {
value = v
}
$: {
if (initialValue && !initialSet && !value) {
initialSet = true