mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
fix #1442
This commit is contained in:
parent
8a52195f39
commit
63e110fbc6
@ -25,7 +25,7 @@ function insertSpace(child) {
|
||||
}
|
||||
|
||||
function clearButton(button) {
|
||||
button.className = button.className.replace(`${prefix}clicked`, '');
|
||||
button.className = button.className.replace(` ${prefix}clicked`, '');
|
||||
}
|
||||
|
||||
export default class Button extends React.Component {
|
||||
|
Loading…
Reference in New Issue
Block a user