Wraps a function so that its body runs inside adapter.runInAction, preserving this and arguments (replaces mobx action(fn) for event handlers).
adapter.runInAction
this
action(fn)
Wraps a function so that its body runs inside
adapter.runInAction, preservingthisand arguments (replaces mobxaction(fn)for event handlers).