don't restrict countdown edit

(see #33)
This commit is contained in:
jk 2025-01-01 18:51:24 +01:00
parent e4dcf61153
commit f3a6e073e2
No known key found for this signature in database

View File

@ -384,10 +384,6 @@ impl Clock<Countdown> {
pub fn edit_up(&mut self) {
self.edit_current_up();
// re-align `current_value` if needed
if self.initial_value.lt(&self.current_value) {
self.current_value = self.initial_value;
}
}
pub fn edit_down(&mut self) {