0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2025-01-10 08:50:13 -05:00
Squire/build
Neil Jenkins 345159b4c4 Better algorithm for remove all formatting action.
1. Keeps all leaf nodes not just text nodes, so images etc. are not removed.
2. If the selection is not within a single block, it is expanded to the edges
   of the blocks rather than splitting the blocks; this is unlikely to have
   been what the user wanted.
3. More efficient tree traversal and manipulation; no duplication of nodes.
4. Records undo state before performing the action.
2015-06-17 15:43:27 +07:00
..
document.html Remove IE8 support. 2014-11-29 20:08:53 +07:00
squire-raw.js Better algorithm for remove all formatting action. 2015-06-17 15:43:27 +07:00
squire.js Better algorithm for remove all formatting action. 2015-06-17 15:43:27 +07:00