mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 20:34:52 +00:00
We don't need to remove swipe
events since we disabled it
This commit is contained in:
parent
3409f25c53
commit
e98c354c2d
@ -65,8 +65,6 @@ export default Ember.Component.extend({
|
|||||||
_removeEvents() {
|
_removeEvents() {
|
||||||
this.$().off('click.discourse-hamburger');
|
this.$().off('click.discourse-hamburger');
|
||||||
$('body').off('keydown.discourse-hambuger');
|
$('body').off('keydown.discourse-hambuger');
|
||||||
$('body').off('swipeleft.discourse-hamburger');
|
|
||||||
$('body').off('swiperight.discourse-hamburger');
|
|
||||||
$('body').off('click.close-humburger');
|
$('body').off('click.close-humburger');
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user