microboard-temp 0.13.47 → 0.13.48

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.
@@ -60758,6 +60758,7 @@ class ForceGraphEngine {
60758
60758
  wake() {
60759
60759
  if (this.activeComponents.size === 0)
60760
60760
  return;
60761
+ this.syncPositions();
60761
60762
  const activeIds = this.getActiveNodeIds();
60762
60763
  for (const item of this.board.items.listAll()) {
60763
60764
  if (!activeIds.has(item.getId()))
package/dist/cjs/index.js CHANGED
@@ -60758,6 +60758,7 @@ class ForceGraphEngine {
60758
60758
  wake() {
60759
60759
  if (this.activeComponents.size === 0)
60760
60760
  return;
60761
+ this.syncPositions();
60761
60762
  const activeIds = this.getActiveNodeIds();
60762
60763
  for (const item of this.board.items.listAll()) {
60763
60764
  if (!activeIds.has(item.getId()))
package/dist/cjs/node.js CHANGED
@@ -63233,6 +63233,7 @@ class ForceGraphEngine {
63233
63233
  wake() {
63234
63234
  if (this.activeComponents.size === 0)
63235
63235
  return;
63236
+ this.syncPositions();
63236
63237
  const activeIds = this.getActiveNodeIds();
63237
63238
  for (const item of this.board.items.listAll()) {
63238
63239
  if (!activeIds.has(item.getId()))
@@ -60501,6 +60501,7 @@ class ForceGraphEngine {
60501
60501
  wake() {
60502
60502
  if (this.activeComponents.size === 0)
60503
60503
  return;
60504
+ this.syncPositions();
60504
60505
  const activeIds = this.getActiveNodeIds();
60505
60506
  for (const item of this.board.items.listAll()) {
60506
60507
  if (!activeIds.has(item.getId()))
package/dist/esm/index.js CHANGED
@@ -60494,6 +60494,7 @@ class ForceGraphEngine {
60494
60494
  wake() {
60495
60495
  if (this.activeComponents.size === 0)
60496
60496
  return;
60497
+ this.syncPositions();
60497
60498
  const activeIds = this.getActiveNodeIds();
60498
60499
  for (const item of this.board.items.listAll()) {
60499
60500
  if (!activeIds.has(item.getId()))
package/dist/esm/node.js CHANGED
@@ -62958,6 +62958,7 @@ class ForceGraphEngine {
62958
62958
  wake() {
62959
62959
  if (this.activeComponents.size === 0)
62960
62960
  return;
62961
+ this.syncPositions();
62961
62962
  const activeIds = this.getActiveNodeIds();
62962
62963
  for (const item of this.board.items.listAll()) {
62963
62964
  if (!activeIds.has(item.getId()))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.13.47",
3
+ "version": "0.13.48",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",