Pasting content nests everything in an extra paragraph

Created on 30 October 2024, 2 months ago

Problem/Motivation

Paste this:

<p>
  debug
</p>
<p>
  debug
</p>
<p>
  debug
</p>

Yet after final insert:

<p>
    <p>
        debug
    </p>
    <p>
        debug
    </p>
    <p>
        debug
    </p>
</p>

Steps to reproduce

Paste anything

Proposed resolution

Fix paste

Remaining tasks

MR

User interface changes

N/A

API changes

N/A

Data model changes

N/A

🐛 Bug report
Status

Active

Version

4.0

Component

Footnotes

Created by

🇬🇧United Kingdom scott_euser

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024