From 7e62520ef486a2d9e86202089540ed5c4e43d092 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 28 Apr 2026 06:05:17 -0500 Subject: [PATCH] [chore]: refactor --- src/ui/presentation_editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/presentation_editor.rs b/src/ui/presentation_editor.rs index f4d43aa..fdb637d 100644 --- a/src/ui/presentation_editor.rs +++ b/src/ui/presentation_editor.rs @@ -105,7 +105,7 @@ impl PresentationEditor { if let PresKind::Pdf { starting_index, ending_index, - } = presentation.kind.clone() + } = presentation.kind { let range = starting_index..=ending_index; task = Task::perform(