Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/ui/editor.rs')
| -rw-r--r-- | helix-view/src/ui/editor.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helix-view/src/ui/editor.rs b/helix-view/src/ui/editor.rs index ac2a9c59..2287a064 100644 --- a/helix-view/src/ui/editor.rs +++ b/helix-view/src/ui/editor.rs @@ -1397,6 +1397,9 @@ impl compositor::term::Render for EditorView { } } +#[cfg(feature = "ui")] +impl compositor::ui::Render for EditorView {} + fn canonicalize_key(key: &mut KeyEvent) { if let KeyEvent { code: KeyCode::Char(_), |