parent
d3b9f72c26
commit
1da7f6f4a1
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ class Dropdown extends PureComponent {
|
||||||
};
|
};
|
||||||
|
|
||||||
findTarget = () => {
|
findTarget = () => {
|
||||||
return this.target?.buttonRef?.current;
|
return this.target?.buttonRef?.current || this.target; // kmyblue fixed
|
||||||
};
|
};
|
||||||
|
|
||||||
componentWillUnmount = () => {
|
componentWillUnmount = () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue