keep current selection on switch tab page

This commit is contained in:
yggverse 2024-07-06 18:00:27 +03:00
parent dc769fad04
commit b32ca6ec2c

View File

@ -45,6 +45,9 @@ class Tab
$child
)->get_text()
);
// Keep current selection
$entity->grab_focus();
}
);
}