mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix Et2Widget.createElementFromNode() used the wrong variable to determine widget class, and missed out on modifications
This commit is contained in:
parent
6f2a93ef0a
commit
ce922c8816
@ -626,7 +626,7 @@ const Et2WidgetMixin = (superClass) =>
|
|||||||
}
|
}
|
||||||
|
|
||||||
let widget;
|
let widget;
|
||||||
if(undefined == window.customElements.get(_node.nodeName.toLowerCase()))
|
if(undefined == window.customElements.get(_nodeName))
|
||||||
{
|
{
|
||||||
// Get the constructor - if the widget is readonly, use the special "_ro"
|
// Get the constructor - if the widget is readonly, use the special "_ro"
|
||||||
// constructor if it is available
|
// constructor if it is available
|
||||||
|
Loading…
Reference in New Issue
Block a user