leafer-ui 1.0.8 → 1.0.9
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/README.md +22 -4
- package/dist/web.js +1 -2
- package/dist/web.min.js +1 -1
- package/dist/web.module.js +1 -2
- package/dist/web.module.min.js +1 -1
- package/package.json +11 -11
package/dist/web.module.js
CHANGED
|
@@ -5959,7 +5959,7 @@ class LeafLevelList {
|
|
|
5959
5959
|
}
|
|
5960
5960
|
}
|
|
5961
5961
|
|
|
5962
|
-
const version = "1.0.
|
|
5962
|
+
const version = "1.0.9";
|
|
5963
5963
|
|
|
5964
5964
|
const debug$7 = Debug.get('LeaferCanvas');
|
|
5965
5965
|
class LeaferCanvas extends LeaferCanvasBase {
|
|
@@ -8781,7 +8781,6 @@ let Text = class Text extends UI {
|
|
|
8781
8781
|
this.__updateTextDrawData();
|
|
8782
8782
|
const { bounds } = data.__textDrawData;
|
|
8783
8783
|
const b = layout.boxBounds;
|
|
8784
|
-
console.log(bounds, autoWidth, autoHeight);
|
|
8785
8784
|
if (data.__lineHeight < fontSize)
|
|
8786
8785
|
spread(bounds, fontSize / 2);
|
|
8787
8786
|
if (autoWidth || autoHeight) {
|