Show tag selector Actions menu on mousedown, not click
This commit is contained in:
parent
ba9c7ae739
commit
01819d68d1
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class TagSelector extends React.PureComponent {
|
|||
title="zotero.toolbar.actions.label"
|
||||
className="tag-selector-actions"
|
||||
isMenu
|
||||
onClick={ev => this.props.onSettings(ev)}
|
||||
onMouseDown={ev => this.props.onSettings(ev)}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue