Vadim Orekhov

Results 2 issues of Vadim Orekhov

When I have external drag and drop (not related to substance) on my page (SPA) I'm getting next warning: `Not in a valid drag state.` and the `DragEvent` is stopped....

I's trying to implement [Deactivation Handler](https://github.com/inversify/InversifyJS/blob/master/wiki/deactivation_handler.md) but found that many methods, including [onDeactivation](https://github.com/inversify/InversifyJS/blob/master/src/container/container.ts#L239) are missing in npm package (5.1.1). When I build bundle from inversify source code, I get the...