Skip to content

Commit

Permalink
Fix Blocks Animation not working
Browse files Browse the repository at this point in the history
Closes #1970
  • Loading branch information
HardeepAsrani authored Nov 18, 2023
1 parent 126cdd9 commit c5f093d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blocks/helpers/block-utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { useEffect, useMemo, useRef, useState } from '@wordpress/element';
/**
* Initiate the global id tracker with an empty list if it is the case.
*/
window.themeisleGutenberg ??= {};
window.themeisleGutenberg.blockIDs ??= [];

/**
Expand Down

0 comments on commit c5f093d

Please sign in to comment.