Resolve Issue #93

This commit is contained in:
djmaze 2021-05-31 16:19:01 +02:00
parent 5a6c012b60
commit d67cfaa3a4
13 changed files with 169 additions and 6 deletions

View file

@ -145,6 +145,8 @@ function buildViewModel(ViewModelClass, vmScreen) {
if (vm && ViewType.Popup === position) {
vm.registerPopupKeyDown();
}
dispatchEvent(new CustomEvent('rl-view-model', {detail:vm}));
} else {
console.log('Cannot find view model position: ' + position);
}