Skip to content

Commit ea818f3

Browse files
committed
chore: remove debug logs.
1 parent d2a09e1 commit ea818f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/TextEditorPlus/TextEditorPlus.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ public struct TextEditorPlus: ViewRepresentable {
261261
textView.isAutomaticTextCompletionEnabled = false
262262

263263
textView.registerForDraggedTypes([.string])
264-
print("insetPadding", insetPadding)
265264
// 解决边距问题
266265
textView.placeholderInsetPadding = insetPadding
267266
textView.textContainerInset = NSSize(width: insetPadding, height: insetPadding)

0 commit comments

Comments
 (0)