From 4219af2c0ef1bccb0408128ef4d34f3cea7a6da5 Mon Sep 17 00:00:00 2001 From: Caleb Albritton Date: Mon, 18 Mar 2024 04:32:49 -0400 Subject: [PATCH] Fix broken comment link for reflow hack (#39791) --- js/src/util/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/util/index.js b/js/src/util/index.js index 68b8d89881..2adf19e3b1 100644 --- a/js/src/util/index.js +++ b/js/src/util/index.js @@ -170,7 +170,7 @@ const noop = () => {} * @param {HTMLElement} element * @return void * - * @see https://www.charistheo.io/blog/2021/02/restart-a-css-animation-with-javascript/#restarting-a-css-animation + * @see https://www.harrytheo.com/blog/2021/02/restart-a-css-animation-with-javascript/#restarting-a-css-animation */ const reflow = element => { element.offsetHeight // eslint-disable-line no-unused-expressions