mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing right click on folders.
This commit is contained in:
parent
2ca0a40acd
commit
45a21d22ea
1 changed files with 2 additions and 0 deletions
|
@ -183,6 +183,8 @@ NEWSBLUR.Views.Folder = Backbone.View.extend({
|
|||
// ==========
|
||||
|
||||
open: function(e) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
if (this.options.feed_chooser) return;
|
||||
var $folder = $(e.currentTarget).closest('li.folder');
|
||||
if ($folder[0] != this.el) return;
|
||||
|
|
Loading…
Add table
Reference in a new issue