bug fixes

This commit is contained in:
St.Huang 2018-08-05 21:27:56 +08:00
parent 0c99c212bb
commit 9b2cb2c6fc

View File

@ -84,6 +84,7 @@ def query_from_editor_all_fields(editor):
editor
)
else:
editor.setNote(editor.note)
query_all([editor.note])
editor.setNote(editor.note, focusTo=0)
editor.saveNow(lambda:None)