[Glitch] Fix redrafting a currently-editing post not leaving edit mode
Port 782b6835f7
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
remotes/1700377468529955465/logo-fix
parent
fe1b694128
commit
9b6d6a919f
|
@ -573,6 +573,7 @@ export default function compose(state = initialState, action) {
|
||||||
'advanced_options',
|
'advanced_options',
|
||||||
map => map.merge(new ImmutableMap({ do_not_federate }))
|
map => map.merge(new ImmutableMap({ do_not_federate }))
|
||||||
);
|
);
|
||||||
|
map.set('id', null);
|
||||||
|
|
||||||
if (action.status.get('spoiler_text').length > 0) {
|
if (action.status.get('spoiler_text').length > 0) {
|
||||||
map.set('spoiler', true);
|
map.set('spoiler', true);
|
||||||
|
|
Loading…
Reference in New Issue