Toggle placeholder text

This commit is contained in:
Justin
2022-06-06 14:53:09 -04:00
parent 15ce85cf23
commit 354159e1fa
2 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ const mapStateToProps = state => {
privacy: state.getIn(['compose', 'privacy']),
focusDate: state.getIn(['compose', 'focusDate']),
caretPosition: state.getIn(['compose', 'caretPosition']),
hasPoll: !!state.getIn(['compose', 'poll']),
isSubmitting: state.getIn(['compose', 'is_submitting']),
isEditing: state.getIn(['compose', 'id']) !== null,
isChangingUpload: state.getIn(['compose', 'is_changing_upload']),