Piotrek Koszuliński
Piotrek Koszuliński
To be checked: * Is this `ngFor` use correct? What about `trackBy` e.g.? This may help already. * Isn't this made worse by a memory leak. Check e.g. for `console.logs(...
cc @scofalik Could TC integrate with "copy" this way?
Why do you think it should work this way? A common use case for removing all content is to start from scratch. Why keeping the formatting then?
Document-wise, that's an expected behavior. That's exactly what happens in Google Docs. However, in GDoc when item 3 is merged into item 2, the item 2 is not moved "down"....
That's how it works on Google Docs: https://user-images.githubusercontent.com/156149/156347235-d3385a63-03f8-4046-a56d-25d3bc179ed9.mp4 Note, that I have paragraphs ("Normal text") style in Google Docs to have bigger space after them: If you'd test it with...
Goals: * Try to limit the visual noise when merging two paragraphs into one list item * But don't overdo it – let's not overcomplicate the stylesheets
Related ticket: #16866.
Related (not functionally, but due to combined confusion that these issues create together): #16884.
cc @oleq
There are already two duplicates to this issue: #16515 and #15089. And the issue that we're running into in real examples is much more visible than in the screenshot posted...