mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 09:54:19 +01:00
fix remote tab errot
This commit is contained in:
@@ -141,7 +141,9 @@ class WebProvider extends ChangeNotifier {
|
||||
}
|
||||
}
|
||||
|
||||
if (i < index) {
|
||||
if (i == index) {
|
||||
index = 0;
|
||||
} else if (i < index) {
|
||||
index--;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user