selectionchange-polyfill icon indicating copy to clipboard operation
selectionchange-polyfill copied to clipboard

Seems, it does not detect changes when there are multiple selection ranges

Open Yaffle opened this issue 4 years ago • 0 comments

use Ctrl in Firefox to start multiple selection, second range should be later in the DOM tree (so window.getSelection.getRangetAt(0) always returns the first range.

Yaffle avatar Apr 26 '20 18:04 Yaffle