MCPcopy Create free account
hub / github.com/UI5/webcomponents / _onPopoverFocusOut

Method _onPopoverFocusOut

packages/main/src/MultiComboBox.ts:879–883  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

877 }
878
879 _onPopoverFocusOut() {
880 if (!isPhone() || !this._handleLinkNavigation) {
881 this._tokenizer.expanded = this.open;
882 }
883 }
884
885 _tokenizerFocusOut(e: FocusEvent) {
886 this._tokenizerFocused = false;

Callers

nothing calls this directly

Calls 1

isPhoneFunction · 0.85

Tested by

no test coverage detected