Skip to content

Commit ad7209b

Browse files
committed
add: enable text selection in EditorView
1 parent 8319775 commit ad7209b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lara/views/EditorView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ struct EditorView: View {
5959
.font(.system(size: 12, design: .monospaced))
6060
.frame(maxWidth: .infinity, alignment: .leading)
6161
.padding(4)
62+
.textSelection(.enabled)
6263
}
6364
.frame(height: 200)
6465
}

0 commit comments

Comments
 (0)