Show tag selector Actions menu on mousedown, not click

This commit is contained in:
Dan Stillman 2021-02-06 23:35:54 -05:00
parent ba9c7ae739
commit 01819d68d1

View file

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