Floaty menus now close when clicking on a sub-button

This commit is contained in:
Stefan Zermatten
2015-05-22 14:14:20 +02:00
parent 038ce490e4
commit c6886dd49e

View File

@@ -12,4 +12,7 @@ Template.fabMenu.events({
"tap .expand-menu": function(event, instance) {
instance.active.set(!instance.active.get());
},
});
"tap .mini-holder paper-fab": function(event, instance) {
instance.active.set(false);
},
});