remove extra comment

This commit is contained in:
yggverse 2024-09-23 23:29:14 +03:00
parent a3a1775676
commit e850517913

View File

@ -46,7 +46,6 @@ impl Tab {
self.widget.set_tab_reorderable(page.widget(), true);
// Follow?
if is_current_page {
self.widget.set_current_page(Some(page_number));
}