mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-16 02:35:13 +01:00
Switch hashes to smaller IDs for the backend (#474)
* Update backend * log
This commit is contained in:
@@ -141,6 +141,7 @@ export function ExportDialog({
|
||||
<Stack.Row gap={1} align="baseline">
|
||||
{scales.map(s => (
|
||||
<ToolIcon
|
||||
key={s}
|
||||
size="s"
|
||||
type="radio"
|
||||
icon={"x" + s}
|
||||
|
||||
Reference in New Issue
Block a user