Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zokhoi committed Sep 24, 2024
1 parent 2ad3ccd commit 91c8d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framerail/src/routes/[slug]/[...extra]/page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
class="action-button page-layout-button button-cancel clickable"
type="button"
on:click|stopPropagation={() => {
showMoveAction = false
showLayoutAction = false
}}
>
{$page.data.internationalization?.cancel}
Expand Down

0 comments on commit 91c8d3c

Please sign in to comment.