diff --git a/module/handlebars.mjs b/module/handlebars.mjs index a5b57c7..2029787 100644 --- a/module/handlebars.mjs +++ b/module/handlebars.mjs @@ -77,8 +77,8 @@ function toFriendlyDuration(duration) { }; /** - * If the argument is truthy, it returns HTML data to indicate the collapse is - * open + * Checks if the specified collapseId is currently open, so that during re-renders + * it remains open or closed. * * @param {Set} expanded A set indicating what collapseIds are expanded * @param {string} collapseId The collapseId to check for