mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-10 22:14:35 -04:00
We don't need to remove swipe
events since we disabled it
This commit is contained in:
parent
3409f25c53
commit
e98c354c2d
1 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,7 @@ export default Ember.Component.extend({
|
|||
|
||||
visibilityChanged: function(){
|
||||
if(this.get("visible")) {
|
||||
$('html').on('click.close-humburger', (e) => {
|
||||
$('html').on('click.close-humburger', (e) => {
|
||||
|
||||
if (this.get('isDestroyed')) {
|
||||
$('html').off('click.close-humburger');
|
||||
|
@ -65,8 +65,6 @@ export default Ember.Component.extend({
|
|||
_removeEvents() {
|
||||
this.$().off('click.discourse-hamburger');
|
||||
$('body').off('keydown.discourse-hambuger');
|
||||
$('body').off('swipeleft.discourse-hamburger');
|
||||
$('body').off('swiperight.discourse-hamburger');
|
||||
$('body').off('click.close-humburger');
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue