Skip to content

Commit

Permalink
direct enum
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikBucher12 committed Jan 19, 2024
1 parent 0f93a95 commit 6ef0549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RichTextKit/Actions/RichTextAction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import SwiftUI
This type also serves as a type namespace for other related
types and views, like ``RichTextAction/Button``.
*/
public indirect enum RichTextAction: Identifiable, Equatable {
public enum RichTextAction: Identifiable, Equatable {

/// Copy the currently selected text, if any.
case copy
Expand Down

0 comments on commit 6ef0549

Please sign in to comment.