mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #3012] [MERGED] fix: wrong tab selected after navigating from different route #4187
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4187
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/3012
Author: @anwarulislam
Created: 4/21/2023
Status: ✅ Merged
Merged: 4/23/2023
Merged by: @AndrewBastin
Base:
main← Head:fix/selected-tab-incremental-issue📝 Commits (1)
54925d6fix: wrong tab selected after navigating from different route📊 Changes
1 file changed (+0 additions, -3 deletions)
View changed files
📝
packages/hoppscotch-ui/src/components/smart/Windows.vue(+0 -3)📄 Description
Description
Issue: If multiple tabs are opened, and the first tab is selected. after going to another page from the REST page and then coming back to REST, the selection goes to the next tab.
Previously, we were forcefully selecting the first possible
Windowforcefully after removing any activeWindow. And it was happeningonBeforeUnmounted. But, now it will select the lastWindowautomatically.Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.