mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-25 22:42:38 +01:00
Composer: Don't allow description until the image is finished processing
This commit is contained in:
parent
636cf54b61
commit
e3d00d2b3e
@ -105,7 +105,7 @@ struct StatusEditorMediaView: View {
|
||||
|
||||
@ViewBuilder
|
||||
private func makeImageMenu(container: StatusEditorMediaContainer) -> some View {
|
||||
if container.mediaAttachment != nil {
|
||||
if container.mediaAttachment?.url != nil {
|
||||
if currentInstance.isEditAltTextSupported || !viewModel.mode.isEditing {
|
||||
Button {
|
||||
editingContainer = container
|
||||
|
Loading…
Reference in New Issue
Block a user