Skip to content
Snippets Groups Projects
Commit e4dcc1e0 authored by Benni Mack's avatar Benni Mack
Browse files

[TASK] Use Lit-based template for SVG tree wrapper

The SVG tree is now building the SVG elements
and needed containers ("<g>")  via lit-helper.

In addition, the update() method is renamed to
this.updateVisibleNodes() to easier integrate
this as Lit element, as update() is a reserved protected
method in lit.

The initialize() method is much cleaner, as the event listener
registration is now separated in a custom method.

Resolves: #93724
Releases: master
Change-Id: I945cd620f9900c6ea535dfe5f0d44ee5ced46f89
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68367


Tested-by: default avatarRichard Haeser <richard@richardhaeser.com>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarDaniel Gorges <daniel.gorges@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarRichard Haeser <richard@richardhaeser.com>
Reviewed-by: default avatarDaniel Gorges <daniel.gorges@b13.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 04001c39
Branches
Tags
No related merge requests found
Showing
with 175 additions and 192 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment