From 77e083606cec2ffec7c6028facadc04a2b538ab3 Mon Sep 17 00:00:00 2001 From: Henry Heino Date: Wed, 8 Jan 2025 23:34:20 -0800 Subject: [PATCH] Desktop: Upgrade Freehand Drawing to v2.14.0 Fixes an issue where the "insert drawing" button was enabled even in read-only notes. --- packages/default-plugins/pluginRepositories.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/default-plugins/pluginRepositories.json b/packages/default-plugins/pluginRepositories.json index c868a7fdd17..932f84fba58 100644 --- a/packages/default-plugins/pluginRepositories.json +++ b/packages/default-plugins/pluginRepositories.json @@ -7,6 +7,6 @@ "io.github.personalizedrefrigerator.js-draw": { "cloneUrl": "https://github.com/personalizedrefrigerator/joplin-plugin-freehand-drawing.git", "branch": "main", - "commit": "3e7eac96d10218728120ce81bee2eeffd5f8fdbb" + "commit": "9724793b4a6fb83346ff4f7c639af1e352bd7937" } }