Closed daybrush closed 3 years ago
If you add an element to isOverflowScroll option and destroy it, it will be removed.
<div class="wrapper"> <div class="container"> </div> </div>
const ig = new InfiniteGrid(wrapper { isOverflowScroll: container, }); ig.destroy();
If an existing container is used, it should not be removed.
Description
If you add an element to isOverflowScroll option and destroy it, it will be removed.
If an existing container is used, it should not be removed.
Steps to check or reproduce