From 0f37d01b2dc6a90051724fb91cb8a67fcb0616a6 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Mon, 18 May 2026 23:53:38 -0400 Subject: [PATCH] fix(editor): keyboard tool shortcuts now actually switch the active tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit V/C/H key shortcuts called updateToolbarActive() which only updated button visual state — Timeline.setTool() was never called so the cursor stayed on the previous tool. Fix by calling Timeline.setTool() inside updateToolbarActive. Also bump api.js reference to ?v=6 to match other pages. --- services/web-ui/public/editor.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web-ui/public/editor.html b/services/web-ui/public/editor.html index 1cebc2a..07892b8 100644 --- a/services/web-ui/public/editor.html +++ b/services/web-ui/public/editor.html @@ -387,7 +387,7 @@ - +