char editor: set data in any case also for invalid digits
This commit is contained in:
parent
9af00d7294
commit
5417ca1b12
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ impl ObjCommander for DigitEditor {
|
|||
]);
|
||||
|
||||
self.msg.push(crate::diagnostics::make_error(message.get_port().flatten()));
|
||||
|
||||
self.data.set(Some(c));
|
||||
} else {
|
||||
self.data.set(Some(c));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue