Make URL in attachment pane draggable, as suggested here: http://forums.zotero.org/discussion/8369/suggestion-grab-pdfother-image-from-saved-link/#Item_3
Should probably still make it possible to copy-and-paste it with the mouse at some point
This commit is contained in:
parent
557a195b12
commit
85914325aa
1 changed files with 2 additions and 1 deletions
|
@ -514,7 +514,8 @@
|
|||
<button id="view" flex="1"/>
|
||||
<button id="show" label="&zotero.item.attachment.file.show;" flex="1"/>
|
||||
</hbox>
|
||||
<label id="url" crop="end"/>
|
||||
<label id="url" crop="end"
|
||||
ondragstart="var dt = event.dataTransfer; dt.setData('text/x-moz-url', this.value); dt.setData('text/uri-list', this.value); dt.setData('text/plain', this.value);"/>
|
||||
<grid>
|
||||
<columns>
|
||||
<column/>
|
||||
|
|
Loading…
Reference in a new issue