Change: スマホから公開範囲などの選択肢を表示するときのデザインを調整 (#508)

This commit is contained in:
KMY(雪あすか) 2024-01-26 13:43:40 +09:00 committed by GitHub
parent c75a3721a1
commit 3762dd6249
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 74 additions and 16 deletions

View file

@ -17,11 +17,11 @@ const mapDispatchToProps = dispatch => ({
},
isUserTouching,
onModalOpen: props => dispatch(openModal({
onModalOpen: props => dispatch(openModal({ // kmyblue: Do not remove
modalType: 'ACTIONS',
modalProps: props,
})),
onModalClose: () => dispatch(closeModal({
onModalClose: () => dispatch(closeModal({ // kmyblue: Do not remove
modalType: undefined,
ignoreFocus: false,
})),