mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-20 07:49:59 +02:00
feat: show original labels in the scale radio group
This commit is contained in:
@@ -334,7 +334,7 @@ const ImageExportModal = ({
|
||||
}}
|
||||
choices={EXPORT_SCALES.map((scale) => ({
|
||||
value: scale * exportBaseScale,
|
||||
label: `${scale * exportBaseScale}\u00d7`,
|
||||
label: `${scale}\u00d7`,
|
||||
}))}
|
||||
/>
|
||||
</ExportSetting>
|
||||
|
Reference in New Issue
Block a user