Skip to content

Commit

Permalink
hotfix: actionBar
Browse files Browse the repository at this point in the history
  • Loading branch information
yustarandomname committed Feb 6, 2024
1 parent dd8165c commit 1ed4c2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/components/ActionButtons.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
class="menu bg-base-200 rounded-lg absolute bottom-0 right-0 opacity-80 hover:opacity-100 p-1"
class:inset={!isIframe || isFullscreen}
>
<li class="tooltip tooltip-left" data-tip="Delete cache draggables">
{#if dev}
{#if dev}
<li class="tooltip tooltip-left" data-tip="Delete cache draggables">
<RoundButton icon={mdiDelete} on:click={() => (localStorage.clear(), location.reload())} />
{/if}
</li>
</li>
{/if}

{#if hasFormulas && isIframe && !isFullscreen}
<li class="tooltip tooltip-left" data-tip="Toggle formulae">
Expand Down

0 comments on commit 1ed4c2b

Please sign in to comment.