Skip to content

Commit

Permalink
remove clearCanvas action
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle committed Mar 20, 2021
1 parent a2772ad commit 1d41f88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/LayerUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ const LayerUI = ({
onClick={onCollabButtonClick}
/>
)}
{actionManager.renderAction("clearCanvas")}
</Stack.Row>
<BackgroundPickerAndDarkModeToggle
actionManager={actionManager}
Expand Down
1 change: 0 additions & 1 deletion src/components/MobileMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export const MobileMenu = ({
<>
{actionManager.renderAction("loadScene")}
{exportButton}
{actionManager.renderAction("clearCanvas")}
{onCollabButtonClick && (
<CollabButton
isCollaborating={isCollaborating}
Expand Down

0 comments on commit 1d41f88

Please sign in to comment.