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:
commit
81a8fe039b
@ -343,7 +343,7 @@ $editorToolbar.then(({{ toolbar }}) => toolbar.appendGroup({{
|
|||||||
self.note,
|
self.note,
|
||||||
ord=ord,
|
ord=ord,
|
||||||
parent=self.parentWindow,
|
parent=self.parentWindow,
|
||||||
fill_empty=self.addMode,
|
fill_empty=False,
|
||||||
)
|
)
|
||||||
if isWin:
|
if isWin:
|
||||||
self.parentWindow.activateWindow()
|
self.parentWindow.activateWindow()
|
||||||
|
Loading…
Reference in New Issue
Block a user