Skip to content

Commit 63afa14

Browse files
committed
remove troublesome layout call
1 parent 76e8bd8 commit 63afa14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/STTextViewAppKit/STTextView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,6 @@ import AVFoundation
10801080
if !textContainer.size.isAlmostEqual(to: containerSize) {
10811081
textContainer.size = containerSize
10821082
logger.debug("textContainer.size (\(self.textContainer.size.width), \(self.textContainer.size.width)) \(#function)")
1083-
layoutViewport()
10841083
}
10851084
}
10861085

0 commit comments

Comments
 (0)