native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Show PlainTextEditor placeholder while focused

onevcat b9a67343 68afe90c

+1 -1
+1 -1
supacode/Support/PlainTextEditor.swift
··· 6 6 var isMonospaced: Bool = false 7 7 var shouldFocus: Bool = false 8 8 var placeholder: String? = nil 9 - var hidesPlaceholderWhenFocused: Bool = true 9 + var hidesPlaceholderWhenFocused: Bool = false 10 10 11 11 func makeCoordinator() -> Coordinator { 12 12 Coordinator(text: $text)