selkamand / ggoncoplot

Easily Create Interactive Oncoplots
https://selkamand.github.io/ggoncoplot/
Other
2 stars 0 forks source link

When copying text to clipboard we should strip html characters out (e.g. <br>> #86

Open selkamand opened 6 months ago

selkamand commented 6 months ago

when copy = 'tooltip' the html line breaks
are still present on the clipboard -> should remove and convert to more appropriate characters (e.g. '\n')

CRUX solved a similar issue when presenting warnigs (removed formatting elements of strings) so can check out the source for inspiration on approach