microboard-temp 0.5.72 → 0.5.73
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 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/node.js +1 -1
- package/dist/esm/browser.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/node.js +1 -1
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -53514,7 +53514,7 @@ class BoardSelection {
|
|
|
53514
53514
|
if (!text5) {
|
|
53515
53515
|
return;
|
|
53516
53516
|
}
|
|
53517
|
-
tempStorage.setVerticalAlignment(item.itemType, verticalAlignment
|
|
53517
|
+
tempStorage.setVerticalAlignment(item.itemType, verticalAlignment);
|
|
53518
53518
|
if (item instanceof RichText) {
|
|
53519
53519
|
item.setEditorFocus(this.context);
|
|
53520
53520
|
}
|
package/dist/cjs/index.js
CHANGED
|
@@ -53514,7 +53514,7 @@ class BoardSelection {
|
|
|
53514
53514
|
if (!text5) {
|
|
53515
53515
|
return;
|
|
53516
53516
|
}
|
|
53517
|
-
tempStorage.setVerticalAlignment(item.itemType, verticalAlignment
|
|
53517
|
+
tempStorage.setVerticalAlignment(item.itemType, verticalAlignment);
|
|
53518
53518
|
if (item instanceof RichText) {
|
|
53519
53519
|
item.setEditorFocus(this.context);
|
|
53520
53520
|
}
|
package/dist/cjs/node.js
CHANGED
|
@@ -55987,7 +55987,7 @@ class BoardSelection {
|
|
|
55987
55987
|
if (!text5) {
|
|
55988
55988
|
return;
|
|
55989
55989
|
}
|
|
55990
|
-
tempStorage.setVerticalAlignment(item.itemType, verticalAlignment
|
|
55990
|
+
tempStorage.setVerticalAlignment(item.itemType, verticalAlignment);
|
|
55991
55991
|
if (item instanceof RichText) {
|
|
55992
55992
|
item.setEditorFocus(this.context);
|
|
55993
55993
|
}
|
package/dist/esm/browser.js
CHANGED
|
@@ -53359,7 +53359,7 @@ class BoardSelection {
|
|
|
53359
53359
|
if (!text5) {
|
|
53360
53360
|
return;
|
|
53361
53361
|
}
|
|
53362
|
-
tempStorage.setVerticalAlignment(item.itemType, verticalAlignment
|
|
53362
|
+
tempStorage.setVerticalAlignment(item.itemType, verticalAlignment);
|
|
53363
53363
|
if (item instanceof RichText) {
|
|
53364
53364
|
item.setEditorFocus(this.context);
|
|
53365
53365
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -53352,7 +53352,7 @@ class BoardSelection {
|
|
|
53352
53352
|
if (!text5) {
|
|
53353
53353
|
return;
|
|
53354
53354
|
}
|
|
53355
|
-
tempStorage.setVerticalAlignment(item.itemType, verticalAlignment
|
|
53355
|
+
tempStorage.setVerticalAlignment(item.itemType, verticalAlignment);
|
|
53356
53356
|
if (item instanceof RichText) {
|
|
53357
53357
|
item.setEditorFocus(this.context);
|
|
53358
53358
|
}
|
package/dist/esm/node.js
CHANGED
|
@@ -55820,7 +55820,7 @@ class BoardSelection {
|
|
|
55820
55820
|
if (!text5) {
|
|
55821
55821
|
return;
|
|
55822
55822
|
}
|
|
55823
|
-
tempStorage.setVerticalAlignment(item.itemType, verticalAlignment
|
|
55823
|
+
tempStorage.setVerticalAlignment(item.itemType, verticalAlignment);
|
|
55824
55824
|
if (item instanceof RichText) {
|
|
55825
55825
|
item.setEditorFocus(this.context);
|
|
55826
55826
|
}
|