Bump composer version to 1.4.0

This commit is contained in:
aringenbach
2023-03-23 17:12:54 +01:00
parent 9ea625e470
commit c59701e5b9
4 changed files with 10 additions and 3 deletions
@@ -41,6 +41,7 @@ extension ComposerLinkActionViewState {
switch linkAction {
case .createWithText, .create: return VectorL10n.wysiwygComposerLinkActionCreateTitle
case .edit: return VectorL10n.wysiwygComposerLinkActionEditTitle
case .disabled: return ""
}
}
@@ -64,6 +65,7 @@ extension ComposerLinkActionViewState {
case .createWithText: return bindings.text.isEmpty
case .create: return false
case .edit: return !bindings.hasEditedUrl
case .disabled: return false
}
}
}