mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Do not show selectors in legacy mode
This commit is contained in:
parent
c7a9471343
commit
2e573727ed
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue