Merge pull request #1379 from BlueGreenMagick/dont-fill-empty-on-add-cards

set CardLayout fill_empty=False for add cards editor
This commit is contained in:
Damien Elmes 2021-09-21 15:08:54 +10:00 committed by GitHub
commit 81a8fe039b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -343,7 +343,7 @@ $editorToolbar.then(({{ toolbar }}) => toolbar.appendGroup({{
self.note,
ord=ord,
parent=self.parentWindow,
fill_empty=self.addMode,
fill_empty=False,
)
if isWin:
self.parentWindow.activateWindow()