fix: render all responsiveness fix

This commit is contained in:
Ruben Fiszel
2024-01-27 13:12:11 +01:00
parent 85555f038a
commit dfabb37100
@@ -210,6 +210,7 @@
function isRenderAll() {
return (
result != undefined &&
Object.keys(result).length === 1 &&
'render_all' in result &&
Array.isArray(result['render_all'])