mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-01 23:48:35 +00:00
macos: paste protection text should be selectable
This commit is contained in:
@@ -29,7 +29,6 @@ struct PasteProtectionView: View {
|
||||
}
|
||||
|
||||
TextEditor(text: .constant(contents))
|
||||
.disabled(true)
|
||||
.textSelection(.enabled)
|
||||
.font(.system(.body, design: .monospaced))
|
||||
.padding(.all, 4)
|
||||
|
Reference in New Issue
Block a user