Fix 'trusted-create-element' — remove element once #434
Labels
bug
Something isn't working
Priority: P4
Release: v1.11.16
Resolution: Fixed
Status: Closed
Version: Scriptlets v1.11
It looks like that if
cleanupDelayMs
parameter is used, then removed element is added and removed again few times.Steps to reproduce:
Added
div
should be removed after 1 second, but it's added again few times and then removed.I guess that we should
disconnect
MutationObserver after removing element.The text was updated successfully, but these errors were encountered: