Skip to content

Commit

Permalink
Fix broken comment link for reflow hack (#39791)
Browse files Browse the repository at this point in the history
  • Loading branch information
WA9ACE authored Mar 18, 2024
1 parent 10f9c01 commit 4219af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/util/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4219af2

Please sign in to comment.