diff --git a/src/modules/props.ts b/src/modules/props.ts index eb85470..92303fe 100755 --- a/src/modules/props.ts +++ b/src/modules/props.ts @@ -25,8 +25,6 @@ function updateProps(oldVnode: VNode, vnode: VNode): void { cur = props[key]; old = oldProps[key]; - shouldUpdate = false; - // DOM INPUT.value should never be updated when it matches the new vnode. // typing into an INPUT with a sync event handler cause a render (such as for // validation feedback) where setting INPUT.value also pushes the cursor to the end