Fix locator strings (p123) not working when editing a citation with items present

This commit is contained in:
Adomas Venčkauskas 2020-02-11 15:23:41 +02:00
parent 76081ab05f
commit 43a38d31a7

View file

@ -38,7 +38,7 @@ var Zotero_QuickFormat = new function () {
separatorHeight = 0, currentLocator, currentLocatorLabel, currentSearchTime, dragging,
panel, panelPrefix, panelSuffix, panelSuppressAuthor, panelLocatorLabel, panelLocator,
panelLibraryLink, panelInfo, panelRefersToBubble, panelFrameHeight = 0, accepted = false;
var locatorLocked = false;
var locatorLocked = true;
var locatorNode = null;
var _searchPromise;