__Describe the Bug__
Pasting an empty line when editing a label results in two empty lines upon rendering. Even though direct editing and the properties panel use the same fix empty lines are duplicated upon rendering a label.

__Steps to Reproduce__
Foo
Bar
Baz
Foo
Bar
Baz
__Expected Behavior__
Empty lines are neither lost nor duplicated.
__Environment__
@barmac @MaxTru @nikku Can you check if this is an issue on Linux and Mac as well?
I can confirm this is an issue on linux (Arch Linux) as well.
I can reproduce it on MacOS 11.4.
It's the same in Camunda Modeler 4.8.1
Okay, thank you for confirming. It's noteworthy that this issue doesn't occur if you write the same text manually instead of pasting it. I've checked the hidden characters in both cases and they appear to be exactly the same:
Hello[End of Line(LF)]
[End of Line(LF)]
World
馃
It's the same in Camunda Modeler 4.8.1
Okay, so this issue is not related to https://github.com/camunda/camunda-modeler/issues/2280. Thanks, @barmac, with v4.8.1 on Windows I wasn't able to test this as empty lines were lost on paste.
Just an instance of a new bug emerging, as the first one is fixed. I'm sure this is going to be the last newline bug :muscle: :see_no_evil: