我们也遇到了同样的问题,不是在重新分配时,而是在移动端分配时。一旦打开模态框就会崩溃。
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) 可以消除错误,但仍然无法输入。