zotero/chrome
Abe Jellinek 87455d28c3 Item box: Fix fieldMode resetting after editor hidden twice
hideEditor() called switchCreatorMode() too early, setting the fieldMode
attribute on the soon-to-be-discarded textbox instead of the label
replacing it. Then, showing the editor a second time would carry over an
empty fieldMode attribute from the label to the new textbox. Hiding that
editor would update the creator in the item to fieldMode = 0 and trigger
a save.

Moving the switchCreatorMode() call does the trick, and the flex
settings changes still work fine when made there.
2022-08-08 10:56:56 -04:00
..
content Item box: Fix fieldMode resetting after editor hidden twice 2022-08-08 10:56:56 -04:00
locale Localize "Export PDF…" menu option 2022-07-20 01:04:00 -04:00
skin/default Show parent item title for child notes in context pane 2022-07-01 15:32:14 +03:00