saeed
Results
1
comments of
saeed
the problem still exists, i updated code if (/^\s*$/.test(el.textContent) && el.parentNode) { -----> if (/^\s*$/.test(el.textContent) && el.parentNode && !el.querySelector('img')) {