aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/EditorButtons.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/EditorButtons.tsx')
-rw-r--r--subprojects/frontend/src/editor/EditorButtons.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/subprojects/frontend/src/editor/EditorButtons.tsx b/subprojects/frontend/src/editor/EditorButtons.tsx
index 735531e8..8db9dfb7 100644
--- a/subprojects/frontend/src/editor/EditorButtons.tsx
+++ b/subprojects/frontend/src/editor/EditorButtons.tsx
@@ -58,7 +58,6 @@ function EditorButtons(): JSX.Element {
58 selected={editorStore.showLineNumbers} 58 selected={editorStore.showLineNumbers}
59 onClick={() => editorStore.toggleLineNumbers()} 59 onClick={() => editorStore.toggleLineNumbers()}
60 aria-label="Show line numbers" 60 aria-label="Show line numbers"
61 aria-controls={editorStore.lineNumbersId}
62 value="show-line-numbers" 61 value="show-line-numbers"
63 > 62 >
64 <FormatListNumberedIcon fontSize="small" /> 63 <FormatListNumberedIcon fontSize="small" />