[chore]: refactor
This commit is contained in:
parent
ae9c362e35
commit
7e62520ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue