Skip to content

Commit e2f89e8

Browse files
committed
Merge branch 'subclassing' into swiftui
2 parents 0eacc0f + 15c9f1e commit e2f89e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Runestone/TextView/TextView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import UIKit
1111
///
1212
/// When initially configuring the `TextView` with a theme, a language and the text to be shown, it is recommended to use the ``setState(_:addUndoAction:)`` function.
1313
/// The function takes an instance of ``TextViewState`` as input which can be created on a background queue to avoid blocking the main queue while doing the initial parse of a text.
14-
open final class TextView: UIScrollView {
14+
open class TextView: UIScrollView {
1515
/// Delegate to receive callbacks for events triggered by the editor.
1616
public weak var editorDelegate: TextViewDelegate?
1717
/// Whether the text view is in a state where the contents can be edited.

0 commit comments

Comments
 (0)