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
2025-09-05 15:13:52 +01:00
committed by GitHub
parent f2419f2513
commit 76df9799ec
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