When select by cursor dragging only one word is getting selected how can i select multiple words here by dragging in a given div
<div>
<span contenteditable="true"> Hey </span>
<span contenteditable="true"> I am </span>
<span contenteditable="true"> Testing </span>
</div>