Skip to content

Commit e4185a9

Browse files
committed
Revert changes to string property
1 parent 97ace70 commit e4185a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Halogen/VDom/DOM/Prop.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ removeProperty = EFn.mkEffectFn2 \key el →
197197
EFn.runEffectFn3 Util.hasAttribute null key el >>= case _ of
198198
true -> EFn.runEffectFn3 Util.removeAttribute null key el
199199
false -> case typeOf (Fn.runFn2 Util.unsafeGetAny key el) of
200-
"string"EFn.runEffectFn3 Util.removeAttribute null key el
200+
"string"EFn.runEffectFn3 Util.unsafeSetAny key "" el
201201
_ → case key of
202202
"rowSpan"EFn.runEffectFn3 Util.unsafeSetAny key 1 el
203203
"colSpan"EFn.runEffectFn3 Util.unsafeSetAny key 1 el

0 commit comments

Comments
 (0)