Fix the regexp performance issue
Also move the addHoverClass implementation into the rebuild stage. So if there is still some corner case we have not handled, it will only affect the replayer part of rrweb.
This commit is contained in:
@@ -70,6 +70,7 @@ describe('integration tests', () => {
|
||||
before(async () => {
|
||||
this.server = await server();
|
||||
this.browser = await puppeteer.launch({
|
||||
executablePath: '/home/yanzhen/Desktop/chrome-linux/chrome',
|
||||
// headless: false,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user