Skip to content

Commit

Permalink
fix: revert #47 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 13, 2023
1 parent 7bf3b6d commit c9730c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/edgy/edgebar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function M.new(pos, opts)
table.insert(self.views, View.new(v, self))
end
self:on_win_enter()
self:on_buf_win_enter()
-- self:on_buf_win_enter()
return self
end

Expand Down

0 comments on commit c9730c0

Please sign in to comment.