improve tab insertion process

This commit is contained in:
Fabian Freund
2026-01-01 17:45:18 +01:00
parent 8848bd5d09
commit 61267c899d
28 changed files with 2109 additions and 91 deletions
@@ -473,6 +473,7 @@ class HistoryScreen extends HookConsumerWidget {
.addTab(
url: Uri.parse(item.url),
private: false,
selectTab: true,
);
if (context.mounted) {