kere.p

Results 2 comments of kere.p

I assume it is because when the page loads in the editor, PHP is executed and the output is HTML. Take a simple variable declaration ``` ``` If the suggested...

Thanks for that. Turned out that because I’m using Tailwind styling, the queryselector code didn’t work properly. I had to escape the characters by using let selector = Vvveb.StyleManager.getSelectorForElement(node); selector...