From 28446d95471e74de364b53c3f24d6182fddac0e0 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Wed, 16 Aug 2017 15:11:21 +0200 Subject: backend --- node_modules.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'node_modules.patch') 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) { -- cgit v1.2.3-70-g09d2