aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/imageEditor/ImageEditorButtons.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-01-28 14:20:40 -0500
committerbobzel <zzzman@gmail.com>2025-01-28 14:20:40 -0500
commita496c583f375fe5e118f786b1244c42bc8a34fec (patch)
treece041056e4597b59ec91ac9d659c54a561c738dc /src/client/views/nodes/imageEditor/ImageEditorButtons.tsx
parent519a28c4ef5b5a70d29377c9baed50b455459ebd (diff)
fixed flashcard practice mode. moved doc sorting from cardDeck into collectionSubView to apply it to all collections.
Diffstat (limited to 'src/client/views/nodes/imageEditor/ImageEditorButtons.tsx')
-rw-r--r--src/client/views/nodes/imageEditor/ImageEditorButtons.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/imageEditor/ImageEditorButtons.tsx b/src/client/views/nodes/imageEditor/ImageEditorButtons.tsx
index de2116253..e810881a5 100644
--- a/src/client/views/nodes/imageEditor/ImageEditorButtons.tsx
+++ b/src/client/views/nodes/imageEditor/ImageEditorButtons.tsx
@@ -55,6 +55,7 @@ export function ImageToolButton(tool: ImageEditTool, isActive: boolean, selectTo
return (
<div className="imageEditorButtonContainer">
<Button
+ key={tool.name}
style={{ width: '100%' }}
text={tool.name}
type={Type.TERT}