You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Runestone/TextView/TextView.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import UIKit
11
11
///
12
12
/// 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.
13
13
/// 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
-
openfinalclassTextView:UIScrollView{
14
+
openclassTextView:UIScrollView{
15
15
/// Delegate to receive callbacks for events triggered by the editor.
16
16
public weak vareditorDelegate:TextViewDelegate?
17
17
/// Whether the text view is in a state where the contents can be edited.
0 commit comments