fix domobserver bug

This commit is contained in:
Rene
2021-04-18 16:08:02 +02:00
parent 9a9aea5bfe
commit c827cf8e7e
2 changed files with 11 additions and 4 deletions
@@ -438,6 +438,8 @@ const addRemoveImgElmsFn = async () => {
['img', 'something2'],
['img', null],
['img', undefined],
[null, null],
[undefined, undefined],
['img', () => 'hi'],
['img', () => null],
['img', () => undefined],