mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
fix tooltip
This commit is contained in:
parent
56ce321e39
commit
520b1b0d4e
@ -13,7 +13,6 @@ module.exports = React.createClass({
|
||||
return (
|
||||
<Tooltip placement={this.props.placement}
|
||||
prefixCls="ant-tooltip"
|
||||
trigger="click"
|
||||
overlay={this.props.title}>
|
||||
{this.props.children}
|
||||
</Tooltip>
|
||||
|
Loading…
Reference in New Issue
Block a user