Skip to content

Commit 7037dcc

Browse files
Merge branch 'hotfix/0.22.4'
2 parents f584ac7 + 2aa4cc5 commit 7037dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_blocks/masthead/masthead.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ const handleKeyPress = () => {
307307
const Masthead = () => {
308308
if (!masthead) return;
309309
handleScroll();
310-
// handleResize();
310+
handleResize();
311311
handleLoading();
312312
handleClick();
313313
handleKeyPress();

0 commit comments

Comments
 (0)