I just noticed that nodes with multiline labels switch to single line once you've dragged them into the workspace
Little bug or just something hard to prevent?

I just noticed that nodes with multiline labels switch to single line once you've dragged them into the workspace
Little bug or just something hard to prevent?

To keep the palette width reasonable we automatically wrap long labels if necessary.
Aah - OK.
The reason I noticed this is because I wanted a node label to default to multiline and it doesn't.

try "alternate \n switch"
No sucess with that either
![]()
came out as

changed the name to make sure wasn't getting a cache issue
sorry Simon, I meant remove the this._ as well.
return this.name || "test \n text"
Still no coconut


one last try return this.name || "test \\n text" ![]()
We have wormsign ![]()

I've got a supplemental but I'll leave asking it till later ![]()
Palette label can be different (see doc for paletteLabel)
Ta, adding paletteLabel : "alternate switch" sorted it out for mine ![]()

so much of thinking goes into designing ! Kudos.