모바일 보기에서 재지정 시 사용자 검색 필드에 입력할 수 없음

저희도 같은 문제를 겪고 있습니다. 재할당(re-assign)이 아니라 모바일에서 할당(assign)할 때 발생하네요. 모달을 열자마자 바로 오류가 납니다.

Uncaught (in promise) TypeError: can't access property "contains", t.targetElement is undefined
    t select-kit-collection.gjs:20
    c select-kit-collection.gjs:19
    installModifier modifier-manager.ts:52
    Ember 76
select-kit-collection.gjs:20:7
    t select-kit-collection.gjs:20
    some self-hosted:125
    c select-kit-collection.gjs:19
    installModifier modifier-manager.ts:52
    Ember

locked.targetElement.contains(element) locked?.targetElement.contains(element)로 변경하면 오류는 사라지지만, 여전히 텍스트를 입력할 수 없습니다.

1개의 좋아요