We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede4e13 commit 5ed28d6Copy full SHA for 5ed28d6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nested-sort",
3
- "version": "2.3.0",
+ "version": "2.3.1",
4
"author": "Hesam Bahrami (Genzo)",
5
"description": "A JavaScript library to create a nested list of elements",
6
"main": "dist/nested-sort.cjs.js",
src/main.js
@@ -329,6 +329,7 @@ class nestedSort {
329
ul.remove();
330
} else if (ul.classList.contains(this.classNames.placeholder)) {
331
ul.classList.remove(this.classNames.placeholder);
332
+ ul.style.minHeight = 'auto'
333
ul.dataset.id = ul.parentNode.dataset.id
334
}
335
});
0 commit comments