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 0af68d3 commit 2b4d14aCopy full SHA for 2b4d14a
1 file changed
src/gridstack.ts
@@ -267,6 +267,7 @@ export class GridStack {
267
* @param opts
268
*/
269
public constructor(el: GridHTMLElement, opts: GridStackOptions = {}) {
270
+ el.gridstack = this;
271
this.el = el; // exposed HTML element to the user
272
opts = opts || {}; // handles null/undefined/0
273
0 commit comments