pick-dom-element
pick-dom-element copied to clipboard
Support selection of outer elements
Extended elementFilter so that a returned element will be used as the target. This is useful if we want to be able to select a certain type of elements, but not it's children. For example paragraphs, but not <b>
, <i>
etc. inside of it.