إعادة التعيين في عرض الجوال لا يسمح بالكتابة في حقل البحث للمستخدمين

نواجه نفس المشكلة، ليس عند إعادة التعيين بل عند التعيين على الهاتف المحمول. بمجرد فتح النافذة المنبثقة، يحدث انهيار.

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) يزيل الخطأ لكنه لا يزال لا يسمح بالكتابة.