mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
saved: Fix being unable to open dropdown.
This commit is contained in:
@@ -24,7 +24,7 @@ r.saved.SaveDialog = r.ui.Bubble.extend({
|
||||
"click": "clicked",
|
||||
"submit": "save",
|
||||
"mouseout": "mouseout",
|
||||
"mouseover": "queueShow",
|
||||
"mouseover": "cancelTimeout",
|
||||
"change select": "change"
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user