Skip to content

Commit a6d55f8

Browse files
committed
fix(Balloon): position shouldn't be chanaged when no space, close #774
1 parent 40de21d commit a6d55f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/balloon/tooltip.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ export default class Tooltip extends React.Component {
172172
rtl={rtl}
173173
autoFocus={triggerType === 'focus' ? false : autoFocus}
174174
shouldUpdatePosition
175+
needAdjust={false}
175176
{...popupProps}
176177
>
177178
{content}

0 commit comments

Comments
 (0)