mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Fix notetype label not changing when default deck is set
This commit is contained in:
parent
4ec88a8351
commit
d0eb61acdb
1 changed files with 1 additions and 0 deletions
|
|
@ -1243,6 +1243,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
const chooserDefaults = await defaultsForAdding({
|
||||
homeDeckOfCurrentReviewCard: homeDeckId,
|
||||
});
|
||||
notetypeChooser.select(chooserDefaults.notetypeId);
|
||||
onNotetypeChange(chooserDefaults.notetypeId, false);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue