Skip to content

Commit 6cc01be

Browse files
committed
refactor: remove svid attributes (noise)
1 parent 8222f9c commit 6cc01be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Sutil/DomHelpers.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ let internal setSvId (n: Node) id =
167167
Interop.set map (string id) n
168168
Interop.set n SvIdKey id
169169

170-
if (isElementNode n) then
171-
(n :?> HTMLElement)
172-
.setAttribute (SvIdKey, (string id))
170+
// if (isElementNode n) then
171+
// (n :?> HTMLElement)
172+
// .setAttribute (SvIdKey, (string id))
173173

174174
let internal svId (n: Node) = Interop.get n SvIdKey
175175

0 commit comments

Comments
 (0)