wip store mainUser in both store and input data with event

This commit is contained in:
2022-05-16 15:30:35 +02:00
parent 1eee8c6c49
commit 6144f2439a
2 changed files with 19 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ document.addEventListener('show-hide-hide', function(e) {
})
});
document.addEventListener('pick-entity-type', function (e) {
document.addEventListener('pick-entity-type-action', function (e) {
console.log('pick entity event', e);
if (!appsPerInput.has(e.detail.name)) {
console.error('no app with this name');