mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
site: remove bug demo toggler
This commit is contained in:
parent
05ebf0f8cc
commit
d17269e664
@ -191,7 +191,7 @@
|
||||
"full-icu": "^1.3.0",
|
||||
"glob": "^7.1.4",
|
||||
"http-server": "^0.12.0",
|
||||
"husky": "^4.0.0",
|
||||
"husky": "^4.0.1",
|
||||
"ignore-emit-webpack-plugin": "^2.0.2",
|
||||
"immutability-helper": "^3.0.0",
|
||||
"intersection-observer": "^0.7.0",
|
||||
|
@ -187,7 +187,7 @@ class ComponentDoc extends React.Component {
|
||||
}
|
||||
>
|
||||
{visibleAll ? (
|
||||
<BugFilled className={expandTriggerClass} onClick={this.handleVisibleToggle} />
|
||||
<BugFilled style={{ display: 'none' }} className={expandTriggerClass} onClick={this.handleVisibleToggle} />
|
||||
) : (
|
||||
<BugOutlined className={expandTriggerClass} onClick={this.handleVisibleToggle} />
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user