fix(text_input): the trailing icon should always receive input

This commit is contained in:
Ashley Wulber 2024-05-17 16:25:09 -04:00 committed by Michael Murphy
parent 107eeb5f1f
commit 1ae9dae4cb

View file

@ -727,6 +727,7 @@ where
shell.publish((on_edit)(false)); shell.publish((on_edit)(false));
} }
} }
}
let index = tree.children.len() - 1; let index = tree.children.len() - 1;
if let (Some(trailing_icon), Some(tree)) = if let (Some(trailing_icon), Some(tree)) =
@ -754,7 +755,6 @@ where
} }
} }
} }
}
update( update(
event, event,