Fix locator strings (p123) not working when editing a citation with items present
This commit is contained in:
parent
76081ab05f
commit
43a38d31a7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue