Recalculate stickyness after API keys have rendered

This commit is contained in:
Chris Hill-Scott
2019-02-01 15:45:38 +00:00
parent afdc749e36
commit 5597e63d44

View File

@@ -50,6 +50,10 @@
$component.html(states.keyVisible(key, thing))
);
if ('stickAtBottomWhenScrolling' in GOVUK) {
GOVUK.stickAtBottomWhenScrolling.recalculate();
}
};
};