Skip to content

Additional fixes for HTML Copy and Paste

Compare
Choose a tag to compare
@anthonyjb anthonyjb released this 07 Jan 12:25
· 32 commits to master since this release
  • Fixes issue #463 where pasting HTML into fixtures would fail (thanks to @a-komarev for the report).
  • Fixes issue #467 where passive save calls (typically used for autosave) would blur the currently focused element (thanks to @darksnake747 for the report).
  • Improved the cleansing of deeper HTML structures which previously meant copy/paste of deeper structures (for example div > div > p) would result in nothing being pasted.