Add PDF state persistence
This commit is contained in:
@@ -56,7 +56,10 @@ pub fn PubList(
|
||||
);
|
||||
}
|
||||
}
|
||||
on:click=move |_| cursor.set(i)
|
||||
on:click=move |_| {
|
||||
cursor.set(i);
|
||||
focused.set(Pane::List);
|
||||
}
|
||||
on:dblclick=move |_| {
|
||||
cursor.set(i);
|
||||
if let Some(ctx) = open_pdf_ctx {
|
||||
|
||||
Reference in New Issue
Block a user