mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-26 08:26:51 +00:00
Fix preset not reloading in some cases
This commit is contained in:
@@ -417,7 +417,6 @@ function StringSuffix({ path, getValues, config, node, value, lang, version, sta
|
||||
} else {
|
||||
const datalistId = hexId()
|
||||
const gen = id ? findGenerator(id) : undefined
|
||||
console.log(id, gen)
|
||||
return <>
|
||||
<input value={value ?? ''} onBlur={onChange} onKeyDown={evt => {if (evt.key === 'Enter') onChange(evt)}}
|
||||
list={values.length > 0 ? datalistId : ''} />
|
||||
|
||||
Reference in New Issue
Block a user