@netless/window-manager 0.4.51 → 0.4.52

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.4.52 (2022-11-30)
2
+
3
+ - 增强: 触摸输入 pencilEraser 时显示本地光标
4
+
1
5
  ## 0.4.51 (2022-11-18)
2
6
 
3
7
  - 增强: 导出 PDF 现在需要额外安装 jspdf 才能使用(优化打包体积)
@@ -32,6 +32,7 @@ export declare class CursorManager {
32
32
  get boxState(): any;
33
33
  get focusView(): View | undefined;
34
34
  private mouseMoveListener;
35
+ private showPencilEraserIfNeeded;
35
36
  private updateCursor;
36
37
  private getPoint;
37
38
  /**