Results 43 comments of KOSEUNGBIN

You can test it with the code below. ```go package main import ( "fmt" "github.com/c-bata/go-prompt" ) func completer(d prompt.Document) []prompt.Suggest { s := []prompt.Suggest{ {Text: "🎨", Description: "Store the username...

@fkhadra Please check this pr. Do you have any questions about this issue?

@fkhadra The same thing happens in other browsers. It's only noticeably unnatural in safari.

@fkhadra I tested it on `version 14.0.2 (16610.3.7.1.9)`, and the same phenomenon is occurring. :smiling_face_with_tear: Please try releasing the mouse by holding the `x` button and moving it sideways. (like...

@fkhadra Although it doesn't seem to occur in other browsers, The issue of **simultaneous animation** due to overlapping `click events` and `drag event` handlers for the `X button` is **obvious**....

@fkhadra Can I ask you about the progress? Do you need any additional changes or confirmations? Please check it again.

@fkhadra The shake bug still occurs in version 9. I solved that issue in a simpler way than before. Please check again! https://github.com/fkhadra/react-toastify/pull/690#issue-1101308801 Also updated the pr description again.

@fkhadra Thanks for your reply! 👍 How can we improve this issue? 😃

@sebacampos I think the test fails because `onSuccess callback function` will **not be retried**. Specifically , It is `at the time onSuccess callback function is called`, **all retry has been...