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.
@@ -5959,7 +5959,7 @@ class LeafLevelList {
5959
5959
  }
5960
5960
  }
5961
5961
 
5962
- const version = "1.0.8";
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) {