Skip to content

Commit dc3ad34

Browse files
Add missing resize in TabMove
1 parent 9b3f7ff commit dc3ad34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/action/command.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ func (h *BufPane) TabMoveCmd(args []string) {
207207
Tabs.List[idxTo] = activeTab
208208
Tabs.UpdateNames()
209209
Tabs.SetActive(idxTo)
210+
Tabs.Resize()
210211
// InfoBar.Message(fmt.Sprintf("Moved tab from slot %d to %d", idxFrom+1, idxTo+1))
211212
}
212213

0 commit comments

Comments
 (0)