Skip to content

Commit 060abd0

Browse files
committed
Missing Import
1 parent cab7931 commit 060abd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Sources/CodeEditTextView/TextLayoutManager/TextLayoutManger+ensureLayout.swift renamed to Sources/CodeEditTextView/TextLayoutManager/TextLayoutManager+ensureLayout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// TextLayoutManger+ensureLayout.swift
2+
// TextLayoutManager+ensureLayout.swift
33
// CodeEditTextView
44
//
55
// Created by Khan Winter on 4/7/25.

Sources/CodeEditTextView/TextView/TextView+Lifecycle.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// Created by Khan Winter on 4/7/25.
66
//
77

8+
import AppKit
9+
810
extension TextView {
911
override public func layout() {
1012
layoutManager.layoutLines()

0 commit comments

Comments
 (0)