@trebco/treb 36.1.3 → 36.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trebco/treb",
3
- "version": "36.1.3",
3
+ "version": "36.1.4",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "homepage": "https://treb.app",
6
6
  "repository": {
@@ -883,7 +883,7 @@ export class EmbeddedSpreadsheet<USER_DATA_TYPE = unknown> {
883
883
  // else? (A: it was)
884
884
 
885
885
  if (options.custom_grid) {
886
- this.grid = options.custom_grid(
886
+ this.grid = options.custom_grid.call(this,
887
887
  grid_options,
888
888
  this.model,
889
889
  undefined,