popup.rect get & set

This commit is contained in:
2023-04-19 09:27:29 +08:00
parent 046ed387e6
commit 92a360cbc2
5 changed files with 54 additions and 17 deletions

View File

@ -10,7 +10,7 @@ function createUse(type, id) {
}
function changeIcon(svg, type, id) {
if (svg instanceof HTMLElement) {
if (svg instanceof SVGElement) {
svg.replaceChildren(createUse(type, id));
}
return svg;