mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-19 22:30:35 +03:00
fix domobserver bug
This commit is contained in:
@@ -438,6 +438,8 @@ const addRemoveImgElmsFn = async () => {
|
||||
['img', 'something2'],
|
||||
['img', null],
|
||||
['img', undefined],
|
||||
[null, null],
|
||||
[undefined, undefined],
|
||||
['img', () => 'hi'],
|
||||
['img', () => null],
|
||||
['img', () => undefined],
|
||||
|
||||
Reference in New Issue
Block a user