diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2017-08-16 15:11:21 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2017-08-16 15:11:21 +0200 |
| commit | 28446d95471e74de364b53c3f24d6182fddac0e0 (patch) | |
| tree | 5cf96e6d26a8e27aef74464c6a0a3b0ab191ffff /node_modules.patch | |
| parent | 1b6052d7e74d90806650ff09153c581e7ae851eb (diff) | |
backend
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) { |
