Fix collection row selection issue on Windows
This commit is contained in:
parent
5a863d97c8
commit
9bddef21b7
1 changed files with 2 additions and 2 deletions
|
@ -300,12 +300,12 @@
|
|||
<tree id="zotero-collections-tree" hidecolumnpicker="true" context="zotero-collectionmenu"
|
||||
onmouseover="ZoteroPane_Local.collectionsView.setHighlightedRows();"
|
||||
onkeypress="ZoteroPane_Local.handleKeyPress(event, this.id)"
|
||||
onselect="ZoteroPane_Local.onCollectionSelected();" seltype="cell"
|
||||
onselect="ZoteroPane_Local.onCollectionSelected();"
|
||||
ondragstart="if (event.target.localName == 'treechildren') { ZoteroPane_Local.collectionsView.onDragStart(event); }"
|
||||
ondragenter="return ZoteroPane_Local.collectionsView.onDragEnter(event)"
|
||||
ondragover="return ZoteroPane_Local.collectionsView.onDragOver(event)"
|
||||
ondrop="return ZoteroPane_Local.collectionsView.onDrop(event)"
|
||||
flex="1">
|
||||
seltype="single" flex="1">
|
||||
<treecols>
|
||||
<treecol
|
||||
id="zotero-collections-name-column"
|
||||
|
|
Loading…
Reference in a new issue