ui5-webcomponents
ui5-webcomponents copied to clipboard
fix(framework): prevent endless loop when setting focusDomRef to root
When having a case where we want to focus the root of the custom element e.g.
getFocusDomRef() {
return this;
}
we got in an endless loop in the UI5Element.prototype.focus
method.