mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Formatting
This commit is contained in:
parent
6248a71f2a
commit
9278da2c85
1 changed files with 1 additions and 2 deletions
|
|
@ -1231,8 +1231,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
});
|
||||
notetypeChooser.select(chooserDefaults.notetypeId);
|
||||
onNotetypeChange(chooserDefaults.notetypeId, false);
|
||||
}
|
||||
else if (mode !== "add" && changes.noteText) {
|
||||
} else if (mode !== "add" && changes.noteText) {
|
||||
reloadNote();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue