mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: show original labels in the scale radio group
This commit is contained in:
parent
dc0744a140
commit
f096841add
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ const ImageExportModal = ({
|
|||
}}
|
||||
choices={EXPORT_SCALES.map((scale) => ({
|
||||
value: scale * exportBaseScale,
|
||||
label: `${scale * exportBaseScale}\u00d7`,
|
||||
label: `${scale}\u00d7`,
|
||||
}))}
|
||||
/>
|
||||
</ExportSetting>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue