Skip to content

Commit

Permalink
Add missing resize in TabMove
Browse files Browse the repository at this point in the history
  • Loading branch information
Neko-Box-Coder committed Jan 19, 2025
1 parent 9b3f7ff commit dc3ad34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/action/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ func (h *BufPane) TabMoveCmd(args []string) {
Tabs.List[idxTo] = activeTab
Tabs.UpdateNames()
Tabs.SetActive(idxTo)
Tabs.Resize()
// InfoBar.Message(fmt.Sprintf("Moved tab from slot %d to %d", idxFrom+1, idxTo+1))
}

Expand Down

0 comments on commit dc3ad34

Please sign in to comment.