player showing full context is the default

This commit is contained in:
Kiril Videlov 2023-04-05 09:46:11 +02:00 committed by Kiril Videlov
parent 35f28cbc94
commit 48c7779453

View File

@ -39,7 +39,7 @@
export let data: PageData;
let fullContext = false;
let fullContext = true;
let context = 8;
const unique = (value: any, index: number, self: any[]) => self.indexOf(value) === index;