Skip to content

Commit

Permalink
Bugfix for code-charity#1555
Browse files Browse the repository at this point in the history
  • Loading branch information
dojoVader committed Feb 13, 2023
1 parent 37e837e commit c597fb9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ extension.features.showHeaderOnSearch = function (event) {

search.addEventListener('focusout', function (e) {
var origHeaderPos = document.documentElement.getAttribute('it-header-position-original');
origHeaderPos === 'null' ? 'normal' : origHeaderPos;
document.documentElement.setAttribute('it-header-position', origHeaderPos);
});

Expand Down

0 comments on commit c597fb9

Please sign in to comment.