Skip to content

Fix multiple callback calls

Latest
Compare
Choose a tag to compare
@drstranges drstranges released this 18 Apr 16:55
· 4 commits to master since this release
  • add global callback to help you set all listeners and interceptors using just one method. Use addCallback(callback).
  • fix: call interceptActionFire with action which it was added with.
  • fix bug when listeners was called more than once if the same instance of action was added few times in different CompositeActions or DialogWrappers.