Spell out "Rectangle" in tool labels instead of "Rect"
Template tests / tests (push) Successful in 1m41s
Template tests / tests (pull_request) Successful in 1m39s

Keeps the internal 'rect' annotation type id (canvas/raster/schema)
unchanged; only updates the user-facing toolbar button and shortcuts
help text.
This commit is contained in:
2026-06-15 09:38:24 -05:00
parent 5d4925dee4
commit a3425c36b4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ class GuideEditor {
this.root.innerHTML = '';
const toolButtons = [
['select', 'Select'],
['rect', 'Rect'],
['rect', 'Rectangle'],
['oval', 'Oval'],
['line', 'Line'],
['arrow', 'Arrow'],