From 082959062671e0e1a1482fac8dc5f77e05060bee Mon Sep 17 00:00:00 2001 From: skal Date: Wed, 18 Feb 2026 11:11:21 +0100 Subject: feat(mq_editor): E key for extract, style cleanup, doc update - Map 'E' key to Extract Partials - Move extractBtn inline style to CSS rule #extractBtn - Hoist autoSpreadAllBtn DOM ref to top with other refs - Drop unused PADY local var in _renderAmpEditor - Remove redundant comment before extractBtn listener - README: add E/Esc keys, add editor.js to architecture, mark Phase 3 done handoff(Gemini): mq_editor UX polish + doc consolidated Co-Authored-By: Claude Sonnet 4.6 --- tools/mq_editor/editor.js | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/mq_editor/editor.js') diff --git a/tools/mq_editor/editor.js b/tools/mq_editor/editor.js index b767534..157186a 100644 --- a/tools/mq_editor/editor.js +++ b/tools/mq_editor/editor.js @@ -275,7 +275,6 @@ class PartialEditor { const canvas = this._ampCanvas; const ctx = this._ampCtx; const W = canvas.width, H = canvas.height; - const PADY = 10; // Sync time range with viewer const amp = this._amp; -- cgit v1.2.3