diff --git a/.changeset/pink-berries-switch.md b/.changeset/pink-berries-switch.md new file mode 100644 index 0000000..066140d --- /dev/null +++ b/.changeset/pink-berries-switch.md @@ -0,0 +1,5 @@ +--- +'@finsweet/ts-utils': patch +--- + +`restartWebflow`: Fixed slider modules restart to ensure they are always redrawed. diff --git a/src/webflow/restartWebflow.ts b/src/webflow/restartWebflow.ts index 82e619f..81bcab5 100644 --- a/src/webflow/restartWebflow.ts +++ b/src/webflow/restartWebflow.ts @@ -53,7 +53,14 @@ export const restartWebflow = async (modules?: WebflowModule[]): Promise