Skip to content

Commit

Permalink
fix(stages): use correct anchor
Browse files Browse the repository at this point in the history
Regression from available_slot change.
See #93
  • Loading branch information
rcarriga committed May 4, 2022
1 parent ebe78be commit d4a01ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/notify/stages/fade_in_slide_out.lua
Expand Up @@ -13,7 +13,7 @@ return {
end
return {
relative = "editor",
anchor = "NW",
anchor = "NE",
width = state.message.width,
height = state.message.height,
col = vim.opt.columns:get(),
Expand Down

0 comments on commit d4a01ee

Please sign in to comment.