Skip to content

Commit

Permalink
Bug fixes after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisevener committed Jan 9, 2024
1 parent 47c9c1b commit 7653f6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ protocol WKEditorInputViewDelegate: AnyObject {
func didTapBold(isSelected: Bool)
func didTapItalics(isSelected: Bool)
func didTapTemplate(isSelected: Bool)
func didTapReference(isSelected: Bool)
func didTapStrikethrough(isSelected: Bool)
}

Expand Down

0 comments on commit 7653f6c

Please sign in to comment.