mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -05:00
50fb7c7c53
If the clipboard contains block contents, e.g. <blockquote><p>Foo</p></blockquote> Then if you paste it into a block that already has content we merge the inline content from the first block and discard its surrounding block. However, if you paste into an empty block, we'll now keep the block and remove the empty one in the document. This seems a reasonable heuristic for determining user intent. |
||
---|---|---|
.. | ||
Clean.js | ||
Clipboard.js | ||
Constants.js | ||
document.html | ||
Editor.js | ||
exports.js | ||
intro.js | ||
KeyHandlers.js | ||
Node.js | ||
outro.js | ||
Range.js | ||
TreeWalker.js |