Fixed history navigation
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
let elInput: HTMLInputElement
|
||||
const dispatch = createEventDispatcher()
|
||||
|
||||
export function setInputValue(v:string): void {
|
||||
value = v
|
||||
}
|
||||
|
||||
$: {
|
||||
if (initialValue && !initialSet && !value) {
|
||||
initialSet = true
|
||||
|
||||
Reference in New Issue
Block a user