You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if the :enter => lambda { |tx| puts "callback fired!" } is changed to :success => lambda { |tx| puts "callback fired!" }, then callback fired! doesn't show up. That is, the success callback doesn't fire.
The text was updated successfully, but these errors were encountered:
Sounds like a legit bug. Unfortunately I'm on vacation currently and I have no idea when I can really look into it. Unless you come up with a pull request yourself (which I would highly appreciate) I'm afraid you'll have to wait 3 weeks until I can look into this :(
Results in the following output:
However, if the
:enter => lambda { |tx| puts "callback fired!" }
is changed to:success => lambda { |tx| puts "callback fired!" }
, then callback fired! doesn't show up. That is, thesuccess
callback doesn't fire.The text was updated successfully, but these errors were encountered: