-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
pr welcomeA pull request would be welcomeA pull request would be welcome
Description
There is one occurrence of cloneNode() without an explicit deep parameter:
| const newNode = element.cloneNode() |
I think this one should be set to false (don’t clone content of the node).
Metadata
Metadata
Assignees
Labels
pr welcomeA pull request would be welcomeA pull request would be welcome