microboard-temp 0.4.84 → 0.4.85
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
|
@@ -46905,6 +46905,7 @@ class ShapeTool extends CustomTool {
|
|
|
46905
46905
|
this.isDown = false;
|
|
46906
46906
|
this.board.selection.removeAll();
|
|
46907
46907
|
this.board.selection.add(addedItem);
|
|
46908
|
+
this.board.tools.select();
|
|
46908
46909
|
this.board.tools.publish();
|
|
46909
46910
|
return true;
|
|
46910
46911
|
}
|
package/dist/cjs/index.js
CHANGED
|
@@ -46905,6 +46905,7 @@ class ShapeTool extends CustomTool {
|
|
|
46905
46905
|
this.isDown = false;
|
|
46906
46906
|
this.board.selection.removeAll();
|
|
46907
46907
|
this.board.selection.add(addedItem);
|
|
46908
|
+
this.board.tools.select();
|
|
46908
46909
|
this.board.tools.publish();
|
|
46909
46910
|
return true;
|
|
46910
46911
|
}
|
package/dist/cjs/node.js
CHANGED
|
@@ -49378,6 +49378,7 @@ class ShapeTool extends CustomTool {
|
|
|
49378
49378
|
this.isDown = false;
|
|
49379
49379
|
this.board.selection.removeAll();
|
|
49380
49380
|
this.board.selection.add(addedItem);
|
|
49381
|
+
this.board.tools.select();
|
|
49381
49382
|
this.board.tools.publish();
|
|
49382
49383
|
return true;
|
|
49383
49384
|
}
|
package/dist/esm/browser.js
CHANGED
|
@@ -46754,6 +46754,7 @@ class ShapeTool extends CustomTool {
|
|
|
46754
46754
|
this.isDown = false;
|
|
46755
46755
|
this.board.selection.removeAll();
|
|
46756
46756
|
this.board.selection.add(addedItem);
|
|
46757
|
+
this.board.tools.select();
|
|
46757
46758
|
this.board.tools.publish();
|
|
46758
46759
|
return true;
|
|
46759
46760
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -46747,6 +46747,7 @@ class ShapeTool extends CustomTool {
|
|
|
46747
46747
|
this.isDown = false;
|
|
46748
46748
|
this.board.selection.removeAll();
|
|
46749
46749
|
this.board.selection.add(addedItem);
|
|
46750
|
+
this.board.tools.select();
|
|
46750
46751
|
this.board.tools.publish();
|
|
46751
46752
|
return true;
|
|
46752
46753
|
}
|
package/dist/esm/node.js
CHANGED
|
@@ -49215,6 +49215,7 @@ class ShapeTool extends CustomTool {
|
|
|
49215
49215
|
this.isDown = false;
|
|
49216
49216
|
this.board.selection.removeAll();
|
|
49217
49217
|
this.board.selection.add(addedItem);
|
|
49218
|
+
this.board.tools.select();
|
|
49218
49219
|
this.board.tools.publish();
|
|
49219
49220
|
return true;
|
|
49220
49221
|
}
|