Do not show selectors in legacy mode

This commit is contained in:
Abdo 2025-08-14 09:14:22 +03:00
parent c7a9471343
commit 2e573727ed

View file

@ -1208,7 +1208,7 @@ components and functionality for general note editing.
on:dragover={preventDefaultIfNonLegacy}
on:drop={checkNonLegacy(handlePickerDrop)}
>
{#if mode === "add"}
{#if mode === "add" && !isLegacy}
<EditorChoosers bind:selectedNotetype bind:selectedDeck onNotetypeChange={onNotetypeChange} />
{/if}