mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-24 15:28:41 -05:00
9eacfb7b22
ms html clipboard format CF_HTML handles table like below if we copy part of table. it makes problem when copying table from ms product such as ie, excel, powerpoint then pasting to squire. <TABLE BORDER> <!--StartFragment--> <TR><TD>Item 6</TD><TD>Item 7</TD></TR><TR><TD>Item 10</TD><TD>Item 11</TD></TR> <!--EndFragment--> </TABLE> and <TABLE BORDER><TR> <!--StartFragment--> <TD>Item</TD> <!--EndFragment--> </TR></TABLE> https://msdn.microsoft.com/en-us/library/windows/desktop/ms649015(v=vs.85).aspx #274 |
||
---|---|---|
.. | ||
Clean.js | ||
Clipboard.js | ||
Constants.js | ||
document.html | ||
Editor.js | ||
exports.js | ||
intro.js | ||
KeyHandlers.js | ||
Node.js | ||
outro.js | ||
Range.js | ||
TreeWalker.js |