Dmitry
Dmitry
Just create own URLLoaderCache instance and push it to SVG.contentLoader. I didn't place URLLoaderCache here, I moved it to separate repository: https://github.com/kelegorm/URLLoaderCache
Fixed mouse offsets in all events. You can see issue when place the-graph in some position, not (0,0). In mouse events (context menu) there was not offset calculated, so context...
``` the-graph-editor.autolayout = true ``` I'm adding new node with `the-graph-editor->the-graph.addNode(...)`, and I see exception: "cannot read property 'inports' from undefined". I had a some investigations here and found: 1....
DirectoryWatcher watches files only. If I delete folder watcher misses it. But I want to know.