Hi there,
In our webpage, one of the component was built as a nested angular component. Due to which we are unable to reach that via DOM (just like an iframe) so when we type in console document.querySelector('.sel') we get null
However when we use VEC to change the text of that element. it seems to work correctly.
Does anyone know what sort of code, Visual composer (VEC) generates to apply the changes?
Thanks