mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Fix broken comment link for reflow hack (#39791)
This commit is contained in:
@@ -170,7 +170,7 @@ const noop = () => {}
|
|||||||
* @param {HTMLElement} element
|
* @param {HTMLElement} element
|
||||||
* @return void
|
* @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 => {
|
const reflow = element => {
|
||||||
element.offsetHeight // eslint-disable-line no-unused-expressions
|
element.offsetHeight // eslint-disable-line no-unused-expressions
|
||||||
|
|||||||
Reference in New Issue
Block a user