mirror of
https://github.com/zotero/zotero.git
synced 2026-09-27 01:21:27 +00:00
fix web link attachment row not selected on create (#5338)
Small followup to tweak 5721744386
This commit is contained in:
parent
195629186b
commit
96d3f312b3
1 changed files with 1 additions and 1 deletions
|
|
@ -4556,7 +4556,7 @@ var ZoteroPane = new function()
|
|||
window.openDialog('chrome://zotero/content/attachLink.xhtml',
|
||||
'zotero-attach-uri-dialog', 'centerscreen, modal', io);
|
||||
if (!io.out) return;
|
||||
await Zotero.Attachments.linkFromURL({
|
||||
let item = await Zotero.Attachments.linkFromURL({
|
||||
url: io.out.link,
|
||||
parentItemID: itemID,
|
||||
title: io.out.title
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue