gotem icon indicating copy to clipboard operation
gotem copied to clipboard

Usage with input

Open Dr-Nikson opened this issue 8 years ago • 0 comments

Currently gotem fails when target is input component. I suggest to change this line

range.selectNodeContents(target)

to

range.selectNode(target)

Or even check if node is an input.

Dr-Nikson avatar Feb 07 '17 12:02 Dr-Nikson