mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
implementation done, only tests, localisation and design feedback are left
This commit is contained in:
@@ -212,6 +212,13 @@ class WysiwygInputToolbarView: MXKRoomInputToolbarView, NibLoadable, HtmlRoomInp
|
||||
wysiwygViewModel.maximised = false
|
||||
}
|
||||
|
||||
func performLinkOperation(_ linkOperation: WysiwygLinkOperation) {
|
||||
if let selectionToRestore = viewModel.selectionToRestore {
|
||||
wysiwygViewModel.attributedContent.selection = selectionToRestore
|
||||
}
|
||||
wysiwygViewModel.applyLinkOperation(linkOperation)
|
||||
}
|
||||
|
||||
// MARK: - Private
|
||||
|
||||
@objc private func keyboardWillShow(_ notification: Notification) {
|
||||
|
||||
Reference in New Issue
Block a user