Fix modifier key handling when clicking View Attachment
This commit is contained in:
parent
05088d4cfa
commit
149de94a0f
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@
|
|||
<parameter name="event"/>
|
||||
<body>
|
||||
<![CDATA[
|
||||
ZoteroPane.viewAttachment(this.item.id, event.originalTarget, !this.editable);
|
||||
ZoteroPane.viewAttachment(this.item.id, event, !this.editable);
|
||||
]]>
|
||||
</body>
|
||||
</method>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue