Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/info.rs')
| -rw-r--r-- | helix-view/src/info.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helix-view/src/info.rs b/helix-view/src/info.rs index cb6021bf..df43937a 100644 --- a/helix-view/src/info.rs +++ b/helix-view/src/info.rs @@ -121,4 +121,7 @@ impl compositor::term::Render for Info { } } +#[cfg(feature = "ui")] +impl compositor::ui::Render for Info {} + impl Component for Info {} |