mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
use borrow
This commit is contained in:
parent
82d8dff95d
commit
3bc74f17af
@ -272,7 +272,7 @@ impl Tab {
|
|||||||
pub fn save(&self, tx: &Transaction, app_browser_window_id: &i64) {
|
pub fn save(&self, tx: &Transaction, app_browser_window_id: &i64) {
|
||||||
let mut page_number = 0;
|
let mut page_number = 0;
|
||||||
|
|
||||||
for (_, _) in self.index.take().iter() {
|
for (_, _) in self.index.borrow().iter() {
|
||||||
match self.database.add(
|
match self.database.add(
|
||||||
tx,
|
tx,
|
||||||
app_browser_window_id,
|
app_browser_window_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user