@signal9/era-ui 2.34.1 → 2.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
// always closes.
|
|
83
83
|
const closeKeys = $derived(new Set(['Escape', ...hotkeyList.filter((b) => b.length === 1)]));
|
|
84
84
|
|
|
85
|
-
//
|
|
85
|
+
// Ghost completion: hint what Enter will run, right under the caret.
|
|
86
86
|
// · empty input → the view placeholder
|
|
87
87
|
// · label prefix match → the label's remaining tail, a completion you can
|
|
88
88
|
// accept with Tab (type `cha`, ghost `ngelog`)
|