add alot
This commit is contained in:
@@ -231,7 +231,6 @@ class DriftBarTabService implements BarTabService {
|
||||
final items = await _getItemsForTab(tabId);
|
||||
|
||||
if (items.isEmpty) {
|
||||
// Nothing to settle, leave the tab as-is.
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -263,9 +262,6 @@ class DriftBarTabService implements BarTabService {
|
||||
..where((item) => item.tabId.equals(tabId));
|
||||
|
||||
await deleteQuery.go();
|
||||
|
||||
// Note: tab status/customerName untouched on purpose — the tab
|
||||
// stays open so it keeps showing in the open tabs list.
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user