Update native CHANGELOG
This commit is contained in:
parent
c59ff69473
commit
a7694e0112
2 changed files with 2 additions and 1 deletions
|
|
@ -280,7 +280,6 @@ impl<'a> Step {
|
|||
*value = new_value;
|
||||
}
|
||||
}
|
||||
|
||||
StepMessage::ToggleSecureInput(toggle) => {
|
||||
if let Step::TextInput { is_secure, .. } = self {
|
||||
*is_secure = toggle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue