We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a09e1 commit ea818f3Copy full SHA for ea818f3
Sources/TextEditorPlus/TextEditorPlus.swift
@@ -261,7 +261,6 @@ public struct TextEditorPlus: ViewRepresentable {
261
textView.isAutomaticTextCompletionEnabled = false
262
263
textView.registerForDraggedTypes([.string])
264
- print("insetPadding", insetPadding)
265
// 解决边距问题
266
textView.placeholderInsetPadding = insetPadding
267
textView.textContainerInset = NSSize(width: insetPadding, height: insetPadding)
0 commit comments