diff options
Diffstat (limited to 'node_modules.patch')
| -rw-r--r-- | node_modules.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/node_modules.patch b/node_modules.patch index 6ed69bd..716a9c9 100644 --- a/node_modules.patch +++ b/node_modules.patch @@ -11,3 +11,24 @@ } else if (typeof previousValue === "string") { node[propName] = "" } else { + + +--- node_modules/virtual-dom/virtual-hyperscript/index.js ++++ node_modules/virtual-dom/virtual-hyperscript/index.js +@@ -40,16 +40,6 @@ + props.namespace = undefined; + } + +- // fix cursor bug +- if (tag === 'INPUT' && +- !namespace && +- props.hasOwnProperty('value') && +- props.value !== undefined && +- !isHook(props.value) +- ) { +- props.value = softSetHook(props.value); +- } +- + transformProperties(props); + + if (children !== undefined && children !== null) { |
