paper-tags-input icon indicating copy to clipboard operation
paper-tags-input copied to clipboard

error while deleting the tags

Open sowsan opened this issue 8 years ago • 2 comments

Hello I'm getting the below error while deleting the tags using the x button..any help?

tag-item.html:159 Uncaught TypeError: Cannot read property 'parentElement' of null

Here is actual line of code.

var parent = e.target.parentElement.parentElement.parentElement;

sowsan avatar Jun 13 '16 19:06 sowsan

Hi @sowsan Can you provide more details about how to reproduce this bug?

cheonhyangzhang avatar Aug 23 '16 20:08 cheonhyangzhang

There should be no reason to walk the parents of the event target in that event handler, since what you really want is this. See #12

apalaniuk avatar Aug 24 '16 02:08 apalaniuk