Skip to content

Commit

Permalink
fix: Ensure refresh group before refill
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 21, 2024
1 parent 45bf522 commit 7593632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions centaur-tabs-functions.el
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ to work. EVT is used to change the active window."

(defun centaur-tabs-refill-tabs ()
"Refill current tab line."
(centaur-tabs-buffer-update-groups)
(force-window-update (selected-window))
(centaur-tabs--button-ensure-selected-tab-is-visible nil))

Expand Down

0 comments on commit 7593632

Please sign in to comment.