mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-22 00:35:12 +02:00
Add Tizen 5.5 Polyfills, implement dpad navigation with specified components
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
<script lang="ts">
|
||||
import type { Container } from '../actions/focusAction';
|
||||
|
||||
export let container: Container;
|
||||
let registerer = container.getChildRegisterer();
|
||||
import Container from '../../Container.svelte';
|
||||
</script>
|
||||
|
||||
<div use:registerer>SearchPage</div>
|
||||
<Container>SearchPage</Container>
|
||||
|
||||
Reference in New Issue
Block a user