diff --git a/crates/rnote-ui/src/workspacebrowser/filerow/actions/trash.rs b/crates/rnote-ui/src/workspacebrowser/filerow/actions/trash.rs index eca569327b..c5b67b29be 100644 --- a/crates/rnote-ui/src/workspacebrowser/filerow/actions/trash.rs +++ b/crates/rnote-ui/src/workspacebrowser/filerow/actions/trash.rs @@ -24,7 +24,6 @@ pub(crate) fn trash(filerow: &RnFileRow, appwindow: &RnAppWindow) -> gio::Simple dialogs::dialog_trash_file(&appwindow, ¤t_file).await; } )); - filerow.set_current_file(None); } )); action