rrweb icon indicating copy to clipboard operation
rrweb copied to clipboard

[Bug]:

Open rishabh-soc opened this issue 3 years ago • 1 comments

Preflight Checklist

  • [X] I have searched the issue tracker for a bug report that matches the one I want to file, without success.

What package is this bug report for?

rrweb

Version

v1.0.0.

Expected Behavior

blockclass should replace pre content with the black block.

Actual Behavior

blockclass is only replacing the non pre content with the black block.

Steps to Reproduce

By simply adding pre tag in child node of rr-block element.

Testcase Gist URL

No response

Additional Information

No response

rishabh-soc avatar Sep 14 '22 14:09 rishabh-soc

@rishabh-soc Is the following case? but I can't reproduce your case after trying [email protected]

<div class="rr-block">
    <div>div tset</div>
    <pre>pre test</pre>
</div>

wfk007 avatar Sep 15 '22 02:09 wfk007