зеркало из https://github.com/mozilla/Spoke.git
Merge branch 'master' of https://github.com/MozillaReality/hubs-editor
This commit is contained in:
Коммит
97665e55ad
|
@ -12,5 +12,5 @@ export const componentTypeToReactComponent = new Map([
|
|||
types.boolean,
|
||||
(value, onChange) => <input type="checkbox" checked={value} onChange={e => onChange(e.target.checked)} />
|
||||
],
|
||||
[types.file, (value, onChange) => <StringInput value={value} onChange={onChange} />]
|
||||
[types.file, (value, onChange) => <StringInput value={value} onChange={e => onChange(e.target.value)} />]
|
||||
]);
|
||||
|
|
Загрузка…
Ссылка в новой задаче