Interpolation in an elements slot creates invalid output if element is created with <component is> and has contentediable attribute
Vue version
3.2.37
Link to minimal reproduction
Steps to reproduce
- double click to edit content
- use
enter
to make a line - input something, like
cc
- blur
What is expected?
the content is Hello World \n cc
What is actually happening?
the content is Hello World \n cc \n cc
System Info
No response
Any additional comments?
No response