Skip to content

Commit

Permalink
Fix chat build
Browse files Browse the repository at this point in the history
  • Loading branch information
ax0 committed Dec 4, 2024
1 parent 42380d8 commit 9195f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chat/src/chat/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ impl ViewInputHandler for TextInput {
fn text_for_range(
&mut self,
range_utf16: Range<usize>,
_adjusted_range: &mut Option<Range<usize>>,
_cx: &mut ViewContext<Self>,
) -> Option<String> {
let range = self.range_from_utf16(&range_utf16);
Expand Down

0 comments on commit 9195f46

Please sign in to comment.