Merge tag 'v3.1.4' into hometown-dev
This commit is contained in:
@ -265,7 +265,6 @@ export default function compose(state = initialState, action) {
|
||||
});
|
||||
case COMPOSE_SPOILERNESS_CHANGE:
|
||||
return state.withMutations(map => {
|
||||
map.set('spoiler_text', '');
|
||||
map.set('spoiler', !state.get('spoiler'));
|
||||
map.set('idempotencyKey', uuid());
|
||||
|
||||
|
Reference in New Issue
Block a user