Fix: #205 投稿の編集履歴一覧ポップアップが表示できない (#260)

This commit is contained in:
KMY(雪あすか) 2023-11-09 11:50:47 +09:00 committed by GitHub
parent d3b9f72c26
commit 1da7f6f4a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,7 +257,7 @@ class Dropdown extends PureComponent {
};
findTarget = () => {
return this.target?.buttonRef?.current;
return this.target?.buttonRef?.current || this.target; // kmyblue fixed
};
componentWillUnmount = () => {