leafer-ui 1.6.5 → 1.6.6

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.
@@ -6233,7 +6233,7 @@ class LeafLevelList {
6233
6233
  }
6234
6234
  }
6235
6235
 
6236
- const version = "1.6.5";
6236
+ const version = "1.6.6";
6237
6237
 
6238
6238
  const debug$5 = Debug.get('LeaferCanvas');
6239
6239
  class LeaferCanvas extends LeaferCanvasBase {
@@ -7710,7 +7710,7 @@ const UIRender = {
7710
7710
  __drawAfterFill(canvas, options) {
7711
7711
  if (this.__.__clipAfterFill) {
7712
7712
  canvas.save();
7713
- canvas.clipUI();
7713
+ canvas.clipUI(this);
7714
7714
  this.__drawContent(canvas, options);
7715
7715
  canvas.restore();
7716
7716
  }