We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8319775 commit ad7209bCopy full SHA for ad7209b
1 file changed
lara/views/EditorView.swift
@@ -59,6 +59,7 @@ struct EditorView: View {
59
.font(.system(size: 12, design: .monospaced))
60
.frame(maxWidth: .infinity, alignment: .leading)
61
.padding(4)
62
+ .textSelection(.enabled)
63
}
64
.frame(height: 200)
65
0 commit comments