Fix syntax error and finalize robust note resizing

This commit is contained in:
2026-01-24 20:02:38 +01:00
parent 8e35780717
commit 4a1b60e575
6 changed files with 26 additions and 21 deletions

View File

@@ -111,7 +111,7 @@ export function NoteActions({
{(['small', 'medium', 'large'] as const).map((size) => (
<DropdownMenuItem
key={size}
onClick={(e) => {
onSelect={(e) => {
onSizeChange?.(size);
}}
className={cn(