Don't let bubbles get highlighted
This commit is contained in:
parent
3eff3605f7
commit
a439456f05
1 changed files with 2 additions and 2 deletions
|
@ -1162,7 +1162,8 @@ var Zotero_QuickFormat = new function () {
|
||||||
* Handle a click on a bubble
|
* Handle a click on a bubble
|
||||||
*/
|
*/
|
||||||
function _onBubbleClick(event) {
|
function _onBubbleClick(event) {
|
||||||
_showCitationProperties(event.target);
|
_moveCursorToEnd();
|
||||||
|
_showCitationProperties(event.currentTarget);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1203,7 +1204,6 @@ var Zotero_QuickFormat = new function () {
|
||||||
this.onCitationPropertiesClosed = function(event) {
|
this.onCitationPropertiesClosed = function(event) {
|
||||||
panelRefersToBubble.removeAttribute("selected");
|
panelRefersToBubble.removeAttribute("selected");
|
||||||
Zotero_QuickFormat.onCitationPropertiesChanged();
|
Zotero_QuickFormat.onCitationPropertiesChanged();
|
||||||
_moveCursorToEnd();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue