Fix missing import after #1705 (#1731)

* Fix missing import after #1705; probably was there before I requested changes
This commit is contained in:
Eoghan Murray
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 87ff67b978
commit 3c1989a5f7
3 changed files with 7 additions and 1 deletions

View File

@@ -2,4 +2,4 @@
"rrweb-snapshot": patch
---
use ownerNode.baseURI for stringifying sheet hrefs
Use ownerNode.baseURI for stringifying sheet hrefs

View File

@@ -0,0 +1,5 @@
---
"rrweb-snapshot": patch
---
Fix missing import after #1705