notifyjs icon indicating copy to clipboard operation
notifyjs copied to clipboard

callback problem

Open phachon opened this issue 7 years ago • 1 comments

I want to execute the callback function after the ntify execution is complete:

callback() execute before the notify,this is exactly the opposite of what I expected

I looked at the document, notify does not seem to support callback

Is there any way to solve my problem?

Thanks..

phachon avatar Apr 20 '17 07:04 phachon

I agree, this would be very good to have callback support on this good library. At the moment, the only way is to use a timeout function which I find redundant and not very nice.

dleger avatar Aug 07 '17 06:08 dleger