mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
Use close instead
This commit is contained in:
@@ -567,7 +567,7 @@ impl<R: Runtime> Store<R> {
|
|||||||
if let Some(rid) = stores.get(&store.path).copied() {
|
if let Some(rid) = stores.get(&store.path).copied() {
|
||||||
drop(store);
|
drop(store);
|
||||||
drop(stores);
|
drop(stores);
|
||||||
let _ = app.resources_table().take::<Store<R>>(rid);
|
let _ = app.resources_table().close(rid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user