mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
wip store mainUser in both store and input data with event
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user