I have multiple textareas with labels in grid. I want to select and copy text from multiple textareas at once. So i click mouse in one textarea, start selecting text and when i reach second textarea, the selection will continue in the second textarea. It is for angular, so it can use pure javascript or some angular specific features.