This commit is contained in:
yggverse 2024-09-19 01:47:45 +03:00
parent 5aea0e53e4
commit 38659b45ca

View File

@ -15,7 +15,7 @@ pub fn new() -> Notebook
// Add test tab @TODO restore from session
append(
tab.clone(),
&tab,
true
);
@ -23,7 +23,7 @@ pub fn new() -> Notebook
}
pub fn append(
tab: Notebook,
tab: &Notebook,
current: bool
) -> u32
{