fix #34
This commit is contained in:
parent
7fa6989f38
commit
6de1f40497
@ -86,7 +86,7 @@ def query_from_editor_fields(editor, fields=None):
|
|||||||
fields
|
fields
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
editor.setNote(editor.note)
|
#editor.setNote(editor.note)
|
||||||
query_all([editor.note], flush, fields)
|
query_all([editor.note], flush, fields)
|
||||||
editor.setNote(editor.note, focus=True)
|
editor.setNote(editor.note, focus=True)
|
||||||
editor.saveNow()
|
editor.saveNow()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user