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 4fdfd39 commit ade32b2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ protocol WKEditorInputViewDelegate: AnyObject {
func didTapBold(isSelected: Bool)
func didTapItalics(isSelected: Bool)
func didTapTemplate(isSelected: Bool)
func didTapBulletList(isSelected: Bool)
func didTapNumberList(isSelected: Bool)
func didTapIncreaseIndent()
func didTapDecreaseIndent()
func didTapStrikethrough(isSelected: Bool)
}

Expand Down

0 comments on commit ade32b2

Please sign in to comment.