Fix middle click to close tabs (#1993)

This commit is contained in:
Dan Stillman 2022-04-21 12:22:20 -04:00
parent a8cb9bfddd
commit 031ff1824b

View file

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