enhance(tasks): feedback about ask movement with custom time
This commit is contained in:
parent
a8fb3f919d
commit
cb15fbaac5
|
@ -951,6 +951,11 @@ impl TasksRelay {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn move_to(&mut self, target: Option<EventId>) {
|
pub(crate) fn move_to(&mut self, target: Option<EventId>) {
|
||||||
|
if let Some(time) = self.custom_time {
|
||||||
|
self.track_at(time, target);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
self.view.clear();
|
self.view.clear();
|
||||||
let pos = self.get_position();
|
let pos = self.get_position();
|
||||||
if target == pos {
|
if target == pos {
|
||||||
|
|
Loading…
Reference in New Issue