Should probably still make it possible to copy-and-paste it with the mouse at some point
This commit is contained in:
Dan Stillman 2009-12-18 12:00:59 +00:00
parent 557a195b12
commit 85914325aa

View file

@ -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/>