File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ class ReactTooltip extends Component {
267
267
type : e . currentTarget . getAttribute ( 'data-type' ) || this . props . type || 'dark' ,
268
268
effect : e . currentTarget . getAttribute ( 'data-effect' ) || this . props . effect || 'float' ,
269
269
offset : e . currentTarget . getAttribute ( 'data-offset' ) || this . props . offset || { } ,
270
- html : e . currentTarget . getAttribute ( 'data-html' ) || this . props . html || false ,
270
+ html : e . currentTarget . getAttribute ( 'data-html' ) === 'true' || this . props . html || false ,
271
271
delayShow : e . currentTarget . getAttribute ( 'data-delay-show' ) || this . props . delayShow || 0 ,
272
272
delayHide : e . currentTarget . getAttribute ( 'data-delay-hide' ) || this . props . delayHide || 0 ,
273
273
border : e . currentTarget . getAttribute ( 'data-border' ) === 'true' || this . props . border || false ,
You can’t perform that action at this time.
0 commit comments