mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-15 11:30:06 -04:00
Fixes navigation
This commit is contained in:
parent
486bbf9a60
commit
f377009397
5 changed files with 71 additions and 93 deletions
|
@ -4,10 +4,11 @@
|
|||
import Divider from '~/components/Divider.svelte'
|
||||
import SquareButton from '~/components/SquareButton.svelte'
|
||||
import { getContext } from 'svelte'
|
||||
const { close } = getContext('simple-modal')
|
||||
|
||||
export let channel
|
||||
|
||||
const { close } = getContext('simple-modal')
|
||||
|
||||
const closePopup = () => {
|
||||
close()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue