A67TADBDAKCIKT2WXQR7OBOURK3RYWPRNMOK7KSLSKR7LY5YGBFQC update_all_editors = function(node, dt)if node.type == 'text' and not node.button thenedit.update(node.editor, dt)elseif node.type == 'rows' or node.type == 'cols' thenfor _,child in ipairs(node.data) doupdate_all_editors(child, dt)endendend