mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update comment
This commit is contained in:
parent
7978b0f60d
commit
05bb81f6e0
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ impl Tab {
|
|||
}
|
||||
}
|
||||
}
|
||||
Some(position) // activated tab position
|
||||
Some(position) // activated tab
|
||||
}
|
||||
// on menu close
|
||||
None => {
|
||||
|
|
@ -70,7 +70,7 @@ impl Tab {
|
|||
}
|
||||
}
|
||||
}
|
||||
None // selected tab
|
||||
None // current tab
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue