Skip to content

Commit 80e00a6

Browse files
committed
preserve sticky notification on click of any part of the window
1 parent d800bb4 commit 80e00a6

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

public/js/query.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,6 @@ export class SearchQueryWidget extends Component {
111111

112112
// LIFECYCLE Methods
113113

114-
componentDidMount() {
115-
$('body').click(function () {
116-
$('.notifications .active').hide('drop', { direction: 'up' }).removeClass('active');
117-
});
118-
}
119-
120114
componentDidUpdate() {
121115
this.hideShowButton();
122116
var type = this.type();

0 commit comments

Comments
 (0)