1
0
mirror of synced 2025-11-06 04:21:11 +08:00

fix: no copy and delete for shadow root

This commit is contained in:
redhoodsu
2024-10-11 09:13:50 +08:00
parent 1d4764dd4c
commit d92cbe2c58

View File

@@ -99,7 +99,7 @@ export default class Elements extends Tool {
const node = this._curNode const node = this._curNode
if (!node) { if (!node || isShadowRoot(node)) {
return return
} }