Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/ui/popup.rs')
| -rw-r--r-- | helix-view/src/ui/popup.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helix-view/src/ui/popup.rs b/helix-view/src/ui/popup.rs index eb6823a7..329e4a0e 100644 --- a/helix-view/src/ui/popup.rs +++ b/helix-view/src/ui/popup.rs @@ -201,3 +201,6 @@ impl<T: Component> compositor::term::Render for Popup<T> { self.contents.render(inner, cx); } } + +#[cfg(feature = "ui")] +impl<T: Component> compositor::ui::Render for Popup<T> {} |