ArutaGerman

Results 10 comments of ArutaGerman

> It can be implemented as a plugin. > > You need to add clickable (transparent) area on `renderconnection` and update it on `renderconnection`. First of all, this is for...

All what I found - this is an events when user clicked on a node socket but not on a connection between nodes. And I can add a class to...

Yes, we use a different settings for elk ``` 'elk.direction': 'DOWN', 'elk.algorithm': 'mrtree', 'elk.alignment': 'DOWN', 'elk.layered.spacing.nodeNodeBetweenLayers': 200, 'elk.mrtree.weighting': 'CONSTRAINT', 'elk.spacing.edgeNode': 0, 'elk.spacing.nodeNode': 200, ```

In the playground is stable (but this can't help) because we have this behavior only when schema created first time. If I add a button that trigger layout event, schema...

> dataToShow > In the playground is stable (but this can't help) because we have this behavior only when schema created first time. If I add a button that trigger...

I love javascript! But not now :) My problem was the way JavaScript works with an object. It sorted the nodes in a random order and all the problems went...

update: not only the nodes but also the connections should be in the same order as in the previous iteration. If you add connection1, then connection2, and then for the...

> `custom-icon` should be registered in Vue (globally or inside `custom-button`) I have it in main.js: ``` import Custromlibrary; import App from './App.vue'; const app = createApp(App); app.use(CustomLibrary) ``` CustomLibrary...

The same. Because of it, I have a new exp today: debugging in Microsoft Edge :smile: Dev tools work in ME