File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ export class PostHeader {
9494 this . updateLocalHeaderHeight = this . updateLocalHeaderHeight . bind ( this ) ;
9595 this . keyboardHandler = this . keyboardHandler . bind ( this ) ;
9696 this . handleLinkClick = this . handleLinkClick . bind ( this ) ;
97+ this . megadropdownStateHandler = this . megadropdownStateHandler . bind ( this ) ;
9798 this . checkSlottedContent = this . checkSlottedContent . bind ( this ) ;
9899 }
99100
@@ -215,9 +216,9 @@ export class PostHeader {
215216 }
216217
217218 @EventFrom ( 'post-megadropdown' )
218- private megadropdownStateHandler = ( event : CustomEvent ) => {
219+ private megadropdownStateHandler ( event : CustomEvent ) {
219220 this . megadropdownOpen = event . detail . isVisible ;
220- } ;
221+ }
221222
222223 // Get all the focusable elements in the post-header burger menu
223224 private getFocusableElements ( ) {
You can’t perform that action at this time.
0 commit comments