File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ const SidebarToggleButton = ({
5959 const tooltipPositionModernized = direction === DIRECTION_LEFT ? DIRECTION_RIGHT : DIRECTION_LEFT ;
6060
6161 return (
62- < BPTooltip content = { intlText } side = { tooltipPositionModernized } onMouseDown = { mouseDownHandler } >
62+ < BPTooltip content = { intlText } side = { tooltipPositionModernized } >
6363 { /* Workaround to attach BP tooltip to legacy button, remove span when buttons are migrated to BP */ }
6464 < span onMouseDown = { mouseDownHandler } role = "presentation" >
6565 < PlainButton
@@ -77,7 +77,7 @@ const SidebarToggleButton = ({
7777 ) ;
7878 }
7979 return (
80- < Tooltip position = { tooltipPosition } text = { intlText } onMouseDown = { mouseDownHandler } >
80+ < Tooltip position = { tooltipPosition } text = { intlText } >
8181 < PlainButton
8282 aria-label = { intlText }
8383 className = { classes }
You can’t perform that action at this time.
0 commit comments