mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
keep current selection on switch tab page
This commit is contained in:
parent
dc769fad04
commit
b32ca6ec2c
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ class Tab
|
||||||
$child
|
$child
|
||||||
)->get_text()
|
)->get_text()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Keep current selection
|
||||||
|
$entity->grab_focus();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue