improved tab handling

This commit is contained in:
Fabian Freund
2024-07-02 11:02:17 +02:00
parent 188ba75d1a
commit 42c7d0ebdc
2 changed files with 3 additions and 0 deletions
@@ -39,6 +39,7 @@ class WebViewTab extends HookConsumerWidget {
onTap: () {
if (!isActive) {
ref.read(webViewTabControllerProvider.notifier).showTab(page.key);
onClose();
} else {
onClose();
}