Fix syntax error and finalize robust note resizing
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user