🐛 Fix edit post won't rollback thumbnail
This commit is contained in:
parent
22026efa7d
commit
ef1f29f905
@ -208,6 +208,7 @@ class PostEditorController extends GetxController {
|
|||||||
tags.refresh();
|
tags.refresh();
|
||||||
attachments.value = value.body['attachments']?.cast<int>() ?? List.empty();
|
attachments.value = value.body['attachments']?.cast<int>() ?? List.empty();
|
||||||
attachments.refresh();
|
attachments.refresh();
|
||||||
|
thumbnail.value = value.body['thumbnail'];
|
||||||
|
|
||||||
contentLength.value = contentController.text.length;
|
contentLength.value = contentController.text.length;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user