fix: Korrigiere falsche DOM-Element-ID von flex-actio-panel auf flex-action-panel
This commit is contained in:
@@ -40,7 +40,7 @@ class Comp {
|
||||
static ActPanel = class {
|
||||
static __Root;
|
||||
static get Root() {
|
||||
Comp.ActPanel.__Root ??= document.getElementById("flex-actio-panel")
|
||||
Comp.ActPanel.__Root ??= document.getElementById("flex-action-panel")
|
||||
return Comp.ActPanel.__Root
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user