microboard-temp 0.5.146 → 0.5.147
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/dist/cjs/browser.js +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/node.js +1 -0
- package/dist/esm/browser.js +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/node.js +1 -0
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -52645,6 +52645,7 @@ class BoardSelection {
|
|
|
52645
52645
|
memorySnapshot = null;
|
|
52646
52646
|
constructor(board) {
|
|
52647
52647
|
this.board = board;
|
|
52648
|
+
console.log("[DEBUG] BoardSelection initialized - version check OK");
|
|
52648
52649
|
safeRequestAnimationFrame(this.updateScheduledObservers);
|
|
52649
52650
|
this.tool = new SelectionTransformer(board, this);
|
|
52650
52651
|
this.quickAddButtons = getQuickAddButtons(this, board);
|
package/dist/cjs/index.js
CHANGED
|
@@ -52645,6 +52645,7 @@ class BoardSelection {
|
|
|
52645
52645
|
memorySnapshot = null;
|
|
52646
52646
|
constructor(board) {
|
|
52647
52647
|
this.board = board;
|
|
52648
|
+
console.log("[DEBUG] BoardSelection initialized - version check OK");
|
|
52648
52649
|
safeRequestAnimationFrame(this.updateScheduledObservers);
|
|
52649
52650
|
this.tool = new SelectionTransformer(board, this);
|
|
52650
52651
|
this.quickAddButtons = getQuickAddButtons(this, board);
|
package/dist/cjs/node.js
CHANGED
|
@@ -55118,6 +55118,7 @@ class BoardSelection {
|
|
|
55118
55118
|
memorySnapshot = null;
|
|
55119
55119
|
constructor(board) {
|
|
55120
55120
|
this.board = board;
|
|
55121
|
+
console.log("[DEBUG] BoardSelection initialized - version check OK");
|
|
55121
55122
|
safeRequestAnimationFrame(this.updateScheduledObservers);
|
|
55122
55123
|
this.tool = new SelectionTransformer(board, this);
|
|
55123
55124
|
this.quickAddButtons = getQuickAddButtons(this, board);
|
package/dist/esm/browser.js
CHANGED
|
@@ -52488,6 +52488,7 @@ class BoardSelection {
|
|
|
52488
52488
|
memorySnapshot = null;
|
|
52489
52489
|
constructor(board) {
|
|
52490
52490
|
this.board = board;
|
|
52491
|
+
console.log("[DEBUG] BoardSelection initialized - version check OK");
|
|
52491
52492
|
safeRequestAnimationFrame(this.updateScheduledObservers);
|
|
52492
52493
|
this.tool = new SelectionTransformer(board, this);
|
|
52493
52494
|
this.quickAddButtons = getQuickAddButtons(this, board);
|
package/dist/esm/index.js
CHANGED
|
@@ -52481,6 +52481,7 @@ class BoardSelection {
|
|
|
52481
52481
|
memorySnapshot = null;
|
|
52482
52482
|
constructor(board) {
|
|
52483
52483
|
this.board = board;
|
|
52484
|
+
console.log("[DEBUG] BoardSelection initialized - version check OK");
|
|
52484
52485
|
safeRequestAnimationFrame(this.updateScheduledObservers);
|
|
52485
52486
|
this.tool = new SelectionTransformer(board, this);
|
|
52486
52487
|
this.quickAddButtons = getQuickAddButtons(this, board);
|
package/dist/esm/node.js
CHANGED
|
@@ -54949,6 +54949,7 @@ class BoardSelection {
|
|
|
54949
54949
|
memorySnapshot = null;
|
|
54950
54950
|
constructor(board) {
|
|
54951
54951
|
this.board = board;
|
|
54952
|
+
console.log("[DEBUG] BoardSelection initialized - version check OK");
|
|
54952
54953
|
safeRequestAnimationFrame(this.updateScheduledObservers);
|
|
54953
54954
|
this.tool = new SelectionTransformer(board, this);
|
|
54954
54955
|
this.quickAddButtons = getQuickAddButtons(this, board);
|