James Bennion-Pedley
James Bennion-Pedley
Hi @ASELSTM, Is there an expected release for this feature? My team have been using some workarounds to get around this issue for quite some time. If this is currently...
@xpluscal not sure if it's helpful, but here's a means of implementing "delete on click" with the current version of this library. (https://github.com/BOJIT/ploTTY/blob/main/src/lib/components/svelvet-editor/SvelvetEdge.svelte). This method uses a double click as...
I believe the ID overrides the Svelvet Node's id attribute, which is used as a unique identifier in an HTML document. If all nodes in your graph have the same...
I'd definitely be keen for an `on:dragend` (or similar) as a separate event. For example, I'm currently using `on:nodeReleased` to launch a context menu, and binding to the `position` attribute...
Have re-added Farsi support into this branch. Apologies, I didn't merge the changes in, as my `v4` branch of my fork is currently being used for something else... Currently showing...
Oops! Another language got merged while this PR was open. I've rebased this branch off the latest `upstream/v4` to resolve.