@leafer-ui/worker 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
  class LeaferCanvas extends LeaferCanvasBase {
5965
5965
  get allowBackgroundColor() { return true; }
@@ -8608,7 +8608,6 @@ let Text = class Text extends UI {
8608
8608
  this.__updateTextDrawData();
8609
8609
  const { bounds } = data.__textDrawData;
8610
8610
  const b = layout.boxBounds;
8611
- console.log(bounds, autoWidth, autoHeight);
8612
8611
  if (data.__lineHeight < fontSize)
8613
8612
  spread(bounds, fontSize / 2);
8614
8613
  if (autoWidth || autoHeight) {