Leaflet.vector-markers icon indicating copy to clipboard operation
Leaflet.vector-markers copied to clipboard

Make it really work without prefix

Open wasinger opened this issue 8 years ago • 0 comments

Relevant changes in src/Icon.js:

Check whether options.prefix is set and is a string before passing it to i.classList.add() because this function throws an error if the argument is not a string.

wasinger avatar May 31 '17 15:05 wasinger