Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't throw exception for large select ranges
Selection can't currently handle large selection ranges because it drops nodes that are far away from the currently visible range. Emit a warning rather than throwing an exception when this happens. Fixes dojo#705 (sort of)
- Loading branch information