Change: スマホから公開範囲などの選択肢を表示するときのデザインを調整 (#508)
This commit is contained in:
parent
c75a3721a1
commit
3762dd6249
5 changed files with 74 additions and 16 deletions
|
@ -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,
|
||||
})),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue