mirror of
https://github.com/zotero/zotero.git
synced 2026-09-22 00:32:47 +00:00
Fix middle click to close tabs (#1993)
This commit is contained in:
parent
a8cb9bfddd
commit
031ff1824b
1 changed files with 1 additions and 0 deletions
|
|
@ -281,6 +281,7 @@ const TabBar = forwardRef(function (props, ref) {
|
|||
onMouseMove={() => handleTabMouseMove(title)}
|
||||
onMouseDown={(event) => handleTabMouseDown(event, id)}
|
||||
onClick={(event) => handleTabClick(event, id)}
|
||||
onAuxClick={(event) => handleTabClick(event, id)}
|
||||
onDragStart={(event) => handleDragStart(event, id, index)}
|
||||
onDragEnd={handleDragEnd}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue