移动端视图中的重新分配功能无法在用户搜索框中输入文字

我们也遇到了同样的问题,不是在重新分配时,而是在移动端分配时。一旦打开模态框就会崩溃。

Uncaught (in promise) TypeError: 无法访问属性 "contains",t.targetElement 未定义
    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) 可以消除错误,但仍然无法输入。