Do sorting

It be slow
This commit is contained in:
2025-10-13 15:50:31 +02:00
parent cabc0fbaf1
commit 1c798fb899
4 changed files with 30 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
class trdom_menubar {
#element = document.createElement('div');
getElement() {
get element() {
return this.#element;
}