Compare commits
No commits in common. "main" and "v0.4.0" have entirely different histories.
4 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "siyuan-jsdraw-plugin",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.0",
|
||||
"type": "module",
|
||||
"description": "Include a whiteboard for freehand drawing anywhere in your documents.",
|
||||
"repository": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "siyuan-jsdraw-plugin",
|
||||
"author": "massivebox",
|
||||
"url": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.0",
|
||||
"minAppVersion": "3.0.12",
|
||||
"backends": [
|
||||
"windows",
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 719 B |
|
@ -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') 3 3, none;
|
||||
cursor: url('/plugins/siyuan-jsdraw-plugin/webapp/cursor.png') 6 6, auto;
|
||||
}
|
||||
`;
|
||||
this.element.appendChild(styleElement);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue