Jeroen Smeets
Jeroen Smeets
> I agree,Please hurry up. Please don't do this. If this issue is important to the project or to you, maybe you can write the solution yourself and make a...
I had the same error, I fixed it by setting the width and height to the nodes also: ``` nodeSize: function(nodes, width, textRenderer) { _.map(nodes, function (n) { n.cWidth =...
For anyone facing this issue, I have added this filter to functions.php as a fix. Replace `str_ends_with` if you're on PHP < 8. ``` // add current-menu-item class to custom...