Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos committed Aug 12, 2021
1 parent b0a6722 commit f9d99f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/jupyterlab-gridstack/src/editor/gridstack/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ export class GridStackModel {
});
});

this._context.model.contentChanged.connect(() => {
this._updateCells();
}, this);
this._context.model.contentChanged.connect(this._updateCells, this);
}

/**
Expand Down

0 comments on commit f9d99f3

Please sign in to comment.