Christopher Möller
Christopher Möller
I have created a pull request that upgrades emotion from v10 to v11: https://github.com/samdenty/console-feed/pull/82
Maybe the problem here is that the last node has a different size than the others? You can try passing the actual width and height of the nodes to dagre:...
we should look into these topics as well: separate import for css, theming, upgrading everything to react 18 only
yes, this is a bug. we internally update d3-zoom with the new transform every time the wheel event is fired. one solution would be to debounce the callback when panOnScroll...
Hi @EzraBrooks, thanks for your issue. The problem here is that the library you are using is rendering a custom web component (rux-input) and not a standard input field. When...
The reason for that is that we want to be able to remove selected elements with keyboard events. Since we do not have a focus event as in an input...
yes, but I am not sure if that is what we want (would this mean you need to press tab first before you can delete the elements?). when I think...
In the next major version (v11) you can add a class name `nokey` to all elements that should be treated as an input field.
I think this is happening because we are adding the transforms of the element (translate, rotate) to the inner element of the node. I will have a look at this...