nvim-notify icon indicating copy to clipboard operation
nvim-notify copied to clipboard

When stages is set to a value other than 'fade_in_slide_out', the notification window position and size cannot be refreshed

Open gczcn opened this issue 1 year ago • 0 comments

Hello, I'm having some problems configuring this plugin. Notification window position and size cannot be refreshed when stages are set to non-default values.

The following method should reproduce the problem:

  1. Set stages to slide
  2. Find a file and save it using :w and wait for the notification to pop up (Need to make the notification window width exceed the minimum width)
  3. After the notification pops up, type :echo 1

The notification window may not be displayed properly now.

The video below shows the problem I encountered:

https://github.com/rcarriga/nvim-notify/assets/146422676/2dace5fe-b0cd-4c76-bce1-0ebbbfe8b56f

When the previous notification disappears, the next notification will not replace it:

https://github.com/rcarriga/nvim-notify/assets/146422676/afacd6a0-0360-4d50-be6e-a5beb1afc933

Is there any way to solve this problem?

gczcn avatar May 26 '24 06:05 gczcn