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