File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,8 @@ export default class Tooltip extends React.PureComponent {
113
113
children,
114
114
getContainer,
115
115
theme,
116
- paddingSize
116
+ paddingSize,
117
+ tip
117
118
} = this . props ;
118
119
119
120
if ( ! children ) {
@@ -127,7 +128,7 @@ export default class Tooltip extends React.PureComponent {
127
128
const dialogProps = {
128
129
...this . props ,
129
130
startingEdge : justify ,
130
- tooltip : true ,
131
+ tooltip : tip ,
131
132
content,
132
133
getContainer : getContainer || this . getContainer ,
133
134
moveBy,
@@ -153,5 +154,6 @@ Tooltip.defaultProps = {
153
154
animationType : "expand" ,
154
155
withoutDialog : false ,
155
156
containerSelector : "#tooltips-container" ,
156
- immediateShowDelay : null
157
+ immediateShowDelay : null ,
158
+ tip : true
157
159
} ;
You can’t perform that action at this time.
0 commit comments