diff --git a/bin/em/variabletime/web/js/audio.js b/bin/em/variabletime/web/js/audio.js index bd4c604..114fe79 100644 --- a/bin/em/variabletime/web/js/audio.js +++ b/bin/em/variabletime/web/js/audio.js @@ -220,11 +220,11 @@ const Audio = function(tp, record) { const createAudioOptions = (layer, propTitle, container) => { const mappingOptions = mapping[layer.id()][propTitle]; - let hasLetterDelay = + let hasLetterDelay = config .layer.letterDelayProps - .indexOf(propTitle.split('.')[0]) >= 0 && propTitle.indexOf('color') < 0 - && !tp.isSequenced(propTitle); + .indexOf(propTitle.split('.')[0]) >= 0 && propTitle.indexOf('color') < 0 && + !tp.isSequenced(propTitle); const panel = tp.getPanel(); if (!areMutationsObserved) { mutationObserver.observe(panel, { childList: true, subtree: true });