Skip to content

Commit

Permalink
notes: fix scroll on workspace change
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushmau5 committed May 18, 2024
1 parent 1560701 commit e0848ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/accumulator_web/live/notes_live/notes_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ defmodule AccumulatorWeb.NotesLive do
|> assign(pagination_date: pagination_date)
|> assign(selected_workspace: workspace)
|> assign(page_error: nil)
|> push_event("new-note-scroll", %{})
end
end

Expand Down

0 comments on commit e0848ef

Please sign in to comment.