Skip to content

Commit 5db5003

Browse files
fix(ui)[app]: fix FAB appearing on top of the modal windows like workspace selectors
1 parent 23bfa9a commit 5db5003

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • apps/app/src/components/main_section/text_editor

apps/app/src/components/main_section/text_editor/index.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@
9292
}}
9393
/>
9494
</div>
95+
{#if current_platform_type == 'mobile'}
96+
<FloatingActionButton />
97+
{/if}
9598
</div>
96-
{#if current_platform_type == 'mobile'}
97-
<FloatingActionButton />
98-
{/if}
9999

100100
{#if current_platform_type == 'mobile' && mobile_toolbar_visible && editor_view.data}
101101
<MobileToolbar editor_view={editor_view.data} />

0 commit comments

Comments
 (0)