fix: string literal changes

This commit is contained in:
cha0s 2021-01-31 02:21:41 -06:00
parent f7dc24f9d0
commit 4a670a58df

View File

@ -87,7 +87,7 @@ const Literal = ({
<input
type="text"
onChange={(event) => {
onChange(event, value, path);
onChange(event, event.target.value, path);
}}
value={null === value ? '' : value}
/>