Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@

<DynamicFavicon />

<div class="flex h-full flex-col">
<MenuBar />
<EditorTabs />
</div>

{#if isLoading}
<Loading />
{:else}
<!-- What user see on initially -->
<div class="flex h-full flex-col">
<MenuBar />
<EditorTabs />
</div>

<!-- Components that aren't appear on initial roll -->
<EditorCloseConfirmationDialog />
<FontDialog />
Expand Down
Loading