diff --git a/Components/Sources/Components/Components/Editors/Common Views/Input Views/WKEditorInputView.swift b/Components/Sources/Components/Components/Editors/Common Views/Input Views/WKEditorInputView.swift index 9e6fead4fc2..91a696264e2 100644 --- a/Components/Sources/Components/Components/Editors/Common Views/Input Views/WKEditorInputView.swift +++ b/Components/Sources/Components/Components/Editors/Common Views/Input Views/WKEditorInputView.swift @@ -7,6 +7,7 @@ protocol WKEditorInputViewDelegate: AnyObject { func didTapItalics(isSelected: Bool) func didTapTemplate(isSelected: Bool) func didTapStrikethrough(isSelected: Bool) + func didTapLink(isSelected: Bool) } class WKEditorInputView: WKComponentView {