Jordan Morano
Jordan Morano
any solution for this? I'm using oh-my-zsh as well.
I've also gotten bitten by the ESA Application route class export stomping my TS class.
I ran into this issue as well - good to know that it is scoped just to the router service.
Looking closer, it appears the `currentDragItem` is destroyed when the draggingOver method is fired. Setting current sorting scope as a string on the service does fix the issue.
👍 on a warning message if no 'executionKey' is specified.
@gossi do you want to take a stab at it and follow the same pattern that we did here? https://github.com/IcarusWorks/ember-key-manager/blob/master/addon/services/key-manager.js#L61
This would make more sense as `space`.
I started to add some basic testing functionality that should improve local development under the dummy app -> https://github.com/IcarusWorks/ember-key-manager/pull/42. Goal would be to create a Github Page with documentation and...
I ran into this issue as well. The solution I came up with is to do a full transition.abort then retry inside a run.next block. ``` next(this, function() { transition.abort();...
You probably don't want to do what I posted since it will trigger the transition.to's model hooks before retrying. I can confirm that this is only an issue when trying...