fix(text_input): the trailing icon should always receive input
This commit is contained in:
parent
107eeb5f1f
commit
1ae9dae4cb
1 changed files with 21 additions and 21 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue