diff -r 50d0fef791d5 -r 1e9b9d7451cd svghmi/inline_svg.ysl2 --- a/svghmi/inline_svg.ysl2 Wed Mar 10 19:29:49 2021 +0100 +++ b/svghmi/inline_svg.ysl2 Thu Mar 11 20:46:05 2021 +0100 @@ -55,8 +55,6 @@ // For now, clone unlinkink applies to descendants of all widget except HMI:Page // TODO: narrow application of clone unlinking to active elements, // while keeping static decoration cloned -const "hmi_lists_descs", "$parsed_widgets/widget[@type = 'List']"; -const "hmi_lists", "$hmi_elements[@id = $hmi_lists_descs/@id]"; const "targets_not_to_unlink", "$hmi_lists/descendant-or-self::svg:*"; const "to_unlink", "$hmi_elements[not(@id = $hmi_pages/@id)]/descendant-or-self::svg:use";