mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Basic editing works
This commit is contained in:
@ -39,6 +39,7 @@ const composeParseState = (
|
||||
): ComposeState => {
|
||||
switch (params.type) {
|
||||
case 'edit':
|
||||
case 'deleteEdit':
|
||||
return {
|
||||
...composeInitialState,
|
||||
dirty: true,
|
||||
|
Reference in New Issue
Block a user