keep subtitle until next layer shows up
This commit is contained in:
parent
ee2be2f6dd
commit
030f7087f4
2 changed files with 15 additions and 1 deletions
|
|
@ -108,6 +108,7 @@ pandoraAPI("init").then(response => {
|
|||
if (subtitleLayer) {
|
||||
layerKeys.push(subtitleLayer.id)
|
||||
}
|
||||
pandora.subtitleLayer = subtitleLayer.id
|
||||
pandora.site.layers.map(layer => {
|
||||
return layer.id
|
||||
}).filter(layer => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue