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.
2 parents befa751 + 2147439 commit 18fddf2Copy full SHA for 18fddf2
src/gridstack.ts
@@ -298,7 +298,7 @@ export class GridStack {
298
placeholderChild.className = 'placeholder-content';
299
placeholderChild.innerHTML = this.opts.placeholderText;
300
this.placeholder = document.createElement('div');
301
- this.placeholder.classList.add(this.opts.placeholderClass, this.opts.itemClass);
+ this.placeholder.classList.add(this.opts.placeholderClass, defaults.itemClass, this.opts.itemClass);
302
this.placeholder.appendChild(placeholderChild);
303
304
this._updateContainerHeight();
0 commit comments