wordcloud2 icon indicating copy to clipboard operation
wordcloud2 copied to clipboard

Fix bug when there is only one input word

Open JustinCCYap opened this issue 4 years ago • 0 comments

When there is a single word, the following error occurs:

Uncaught TypeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': Value is not of type 'long'.

This PR fixes this

JustinCCYap avatar Sep 22 '21 07:09 JustinCCYap