Skip to content

Commit de141f2

Browse files
vladKrkvladkrk
andauthored
fix(toolbar): fixed preview tooltip placement (#607)
Co-authored-by: vladkrk <[email protected]>
1 parent 71a015b commit de141f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolbar/PreviewTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type PreviewTooltipProps = {
1616
export const PreviewTooltip: React.FC<PreviewTooltipProps> = ({preview, children}) => {
1717
return (
1818
<Tooltip
19-
placement="right"
19+
placement={['right', 'left']}
2020
className={b()}
2121
disabled={!preview}
2222
openDelay={ToolbarTooltipDelay.Open}

0 commit comments

Comments
 (0)