Log view name alongside error in ChildView

This commit is contained in:
Antonio Scandurra 2022-10-13 15:40:21 +02:00
parent edb61a9c8f
commit a5a60eb854
29 changed files with 105 additions and 63 deletions

View file

@ -63,7 +63,7 @@ impl<D: PickerDelegate> View for Picker<D> {
Flex::new(Axis::Vertical)
.with_child(
ChildView::new(&self.query_editor)
ChildView::new(&self.query_editor, cx)
.contained()
.with_style(theme.input_editor.container)
.boxed(),