mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 20:39:54 +02: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