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…
Reference in a new issue