improved tab handling
This commit is contained in:
@@ -39,6 +39,7 @@ class WebViewTab extends HookConsumerWidget {
|
||||
onTap: () {
|
||||
if (!isActive) {
|
||||
ref.read(webViewTabControllerProvider.notifier).showTab(page.key);
|
||||
onClose();
|
||||
} else {
|
||||
onClose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user