Improved navigation and navbar

This commit is contained in:
Aleksi Lassila
2024-01-07 16:57:41 +02:00
parent 75775b2f25
commit ff96da28e3
10 changed files with 176 additions and 19 deletions

View File

@@ -13,7 +13,7 @@
Container.focusedObject.subscribe((fo) => console.log('focusedObject', fo));
carousel.hasFocus.subscribe((hf) => console.log('hasFocus', hf));
let registerer = carousel.getRegisterer();
let registerer = carousel.getChildRegisterer();
</script>
<p