- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 26 Aug 2015 02:06:28 -0700
- To: w3c/editing <editing@noreply.github.com>
Received on Wednesday, 26 August 2015 09:06:57 UTC
I think it depends on each editor and the type of an event you're getting. e.g. if the type is `deleteContent`, then presumably you wanna delete contents in every range. If the type if `paste`, then perhaps you want to paste into the first range instead. Regardless, `targetRange` might need to be replaced by the new selection object we talked about which properly supports multi-range selection. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/editing/issues/80#issuecomment-134906731
Received on Wednesday, 26 August 2015 09:06:57 UTC