Spell out "Rectangle" in tool labels instead of "Rect"
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:
@@ -189,7 +189,7 @@ class GuideEditor {
|
||||
this.root.innerHTML = '';
|
||||
const toolButtons = [
|
||||
['select', 'Select'],
|
||||
['rect', 'Rect'],
|
||||
['rect', 'Rectangle'],
|
||||
['oval', 'Oval'],
|
||||
['line', 'Line'],
|
||||
['arrow', 'Arrow'],
|
||||
|
||||
Reference in New Issue
Block a user