Skip to content

Commit

Permalink
Add macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikBucher12 committed Feb 20, 2024
1 parent 6b2422e commit c7d0e15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/RichTextKit/RichTextView_AppKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ open class RichTextView: NSTextView, RichTextViewComponent {
/// The image configuration to use by the rich text view.
public var imageConfiguration: RichTextImageConfiguration = .disabled

/// Get the text alignment.
public var richTextAlignment: RichTextAlignment?

// MARK: - Overrides

/// Paste the current pasteboard content into the view.
Expand Down

0 comments on commit c7d0e15

Please sign in to comment.