Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug where calypsoifyGutenberg was undefined (#37900)
We tried to reference the global declaration even though it was undefined. To fix, we reference it directly from the window object, which declares a variable and sets its value to undefined.
- Loading branch information