mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
Fix deck of copied note not being used
This commit is contained in:
parent
9dd4ad5226
commit
e7bfb73f72
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ class NewAddCards(QMainWindow):
|
|||
"""
|
||||
self.editor.load_note(
|
||||
mid=note.mid,
|
||||
deck_id=deck_id,
|
||||
original_note_id=note.id,
|
||||
focus_to=0,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue