mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-02 08:01:47 -04:00
don't delete the images, just clear them
This commit is contained in:
+1
-1
@@ -248,7 +248,7 @@ pub async fn display_kitty_images<'es>(
|
|||||||
}),
|
}),
|
||||||
Ok(()) => run_action(
|
Ok(()) => run_action(
|
||||||
Action::Delete(DeleteConfig {
|
Action::Delete(DeleteConfig {
|
||||||
effect: ClearOrDelete::Delete,
|
effect: ClearOrDelete::Clear,
|
||||||
which: WhichToDelete::PlacementsWithZIndex(z_idxes_to_remove)
|
which: WhichToDelete::PlacementsWithZIndex(z_idxes_to_remove)
|
||||||
}),
|
}),
|
||||||
ev_stream
|
ev_stream
|
||||||
|
|||||||
Reference in New Issue
Block a user