diff --git a/public/webapp/cursor.png b/public/webapp/cursor.png index 1306cf3..939ddde 100644 Binary files a/public/webapp/cursor.png and b/public/webapp/cursor.png differ diff --git a/src/editor.ts b/src/editor.ts index 1331e88..9ddb6de 100644 --- a/src/editor.ts +++ b/src/editor.ts @@ -47,7 +47,7 @@ export class PluginEditor { const styleElement = document.createElement('style'); styleElement.innerHTML = ` canvas.wetInkCanvas { - cursor: url('/plugins/siyuan-jsdraw-plugin/webapp/cursor.png') 6 6, auto; + cursor: url('/plugins/siyuan-jsdraw-plugin/webapp/cursor.png') 3 3, none; } `; this.element.appendChild(styleElement);