@grafloria/element 0.4.52 → 0.4.53

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.
@@ -1358,7 +1358,7 @@ export function bindDashboardSplit(api, group, options = {}) {
1358
1358
  const cells = cellsFromSplit(after, columns, rowsGuess());
1359
1359
  const cell = (_a = cells.get(node.id)) !== null && _a !== void 0 ? _a : { x: 0, y: 0, w: Math.max(1, spec.w), h: Math.max(1, spec.h) };
1360
1360
  const displaced = [new SetSplitTreeCommand(group.id, tree, normalizeSplit(after))];
1361
- void ((_b = options.onDropIn) === null || _b === void 0 ? void 0 : _b.call(options, node, cell, displaced));
1361
+ void ((_b = options.onDropIn) === null || _b === void 0 ? void 0 : _b.call(options, node, cell, displaced, { boardId: group.id }));
1362
1362
  fire({ type: 'drop-in', kind: 'palette', nodeId: node.id, changed: true });
1363
1363
  };
1364
1364
  window.addEventListener('pointermove', onMove, true);