Browse Source

keep current selection on switch tab page

PHP-GTK3
yggverse 4 months ago
parent
commit
b32ca6ec2c
  1. 3
      src/Entity/Browser/Container/Tab.php

3
src/Entity/Browser/Container/Tab.php

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

Loading…
Cancel
Save