editor-js / list

Advanced List tool for the Editor.js.
MIT License
48 stars 47 forks source link

Fix (utils): Fix remove wrapper if empty #94

Closed e11sy closed 3 weeks ago

e11sy commented 3 weeks ago

Problem

Since getChildItems() method can return only array of items, we can not compare it with null

Solution