Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit edb8efa

Browse files
authored
Merge pull request #1799 from OpenBazaar/fixSettingsIcons
Remove pointer events on the icon containing element.
2 parents 8a19a9b + b8a9d34 commit edb8efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/views/settingsVw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ module.exports = pageVw.extend({
675675
},
676676

677677
tabClick: function(e){
678-
var tab = $(e.target).data('tab');
678+
var tab = $(e.target).closest('.btn-tab').data('tab');
679679
this.setState(tab);
680680
this.addTabToHistory(tab);
681681
},

0 commit comments

Comments
 (0)