mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Bug 389 (#428)
* paste inside the viewport * Buttons in top left panel aren't horizontally centered
This commit is contained in:
parent
b2d3d6eca3
commit
31403ab373
2 changed files with 18 additions and 5 deletions
|
@ -460,7 +460,7 @@ export class App extends React.Component<{}, AppState> {
|
|||
private renderCanvasActions() {
|
||||
return (
|
||||
<Stack.Col gap={4}>
|
||||
<Stack.Row gap={1}>
|
||||
<Stack.Row justifyContent={"space-between"}>
|
||||
{this.actionManager.renderAction(
|
||||
"loadScene",
|
||||
elements,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue