Fix edit modal save buttons click

This commit is contained in:
Mitchell McCaffrey 2021-06-12 21:00:30 +10:00
parent c079a8068f
commit 359be5373b
2 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,7 @@ function EditMapModal({
padding: "0 20px",
backgroundColor: theme.colors.muted,
margin: "0 8px",
height: "100%",
}}
>
<MapEditor

View File

@ -80,6 +80,7 @@ function EditTokenModal({ isOpen, onDone, token, onUpdateToken }) {
padding: "0 20px",
backgroundColor: theme.colors.muted,
margin: "0 8px",
height: "100%",
}}
>
<TokenPreview token={selectedTokenWithChanges} />