Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
nsthorat committed Feb 2, 2024
1 parent 3405160 commit 951f948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
</div>
<div class="editor-container" bind:this={editorContainer} />
{#if isFetching}
<!-- Transparent overlay when fetching rows. -->
<div class="absolute inset-0 flex items-center justify-center bg-white bg-opacity-70" />
{/if}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@
class:invisible={!editorReady}
/>
{#if isFetching}
<!-- Transparent overlay when fetching rows. -->
<div class="absolute inset-0 flex items-center justify-center bg-white bg-opacity-70" />
{/if}
</div>
Expand Down

0 comments on commit 951f948

Please sign in to comment.