Wandrille

Results 2 issues of Wandrille

With the script, when i put an Image, I have too many files created. ![test](https://user-images.githubusercontent.com/15016833/29622123-d9e34af0-8822-11e7-8237-5dddaa281f8d.png) ![test1](https://user-images.githubusercontent.com/15016833/29622199-173fce5a-8823-11e7-9e3f-0a096906545f.png) Maybe the folder has to be created before the prefix. So The event will...

bug

I suspect that the selection of node is inversed. ``` if (from = pos + this.node.nodeSize) { if (this.renderer.instance.selected()) { return; } this.selectNode(); } else { if (!this.renderer.instance.selected()) { return;...