0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00
Squire/source
Neil Jenkins 73ca65edb5 Fix pasting multiple lines into a blockquote.
Pasting is hard to get right in the general case, not least because the
browsers give so little control over the process, leaving you to resort to
crappy hacks. But we can special case the pasting to a blockquote case fairly
easily, and I can't see any particular regression it should cause.

Fixes #59.
2015-04-09 20:16:04 +07:00
..
Constants.js Use mutation observers where possible to detect change 2014-12-27 13:48:15 +07:00
document.html Remove IE8 support. 2014-11-29 20:08:53 +07:00
Editor.js Fix cleanup empty <a> on enter in WebKit/Blink 2015-04-08 18:02:23 +07:00
intro.js Add .jshintrc file so JSHint checks it correctly. 2015-01-08 12:25:54 +07:00
Node.js Only maintain LI numbering when splitting OL if in BLOCKQUOTE. 2015-03-29 18:39:50 +11:00
outro.js Add .jshintrc file so JSHint checks it correctly. 2015-01-08 12:25:54 +07:00
Range.js Fix pasting multiple lines into a blockquote. 2015-04-09 20:16:04 +07:00
TreeWalker.js Remove FILTER_(ACCEPT|SKIP) constants. 2014-09-04 17:24:31 +07:00