1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

Improve group popovers

This commit is contained in:
Daniel Pan
2016-04-17 10:23:28 +08:00
parent 5172a9d25a
commit 3909d14983
6 changed files with 34 additions and 24 deletions

View File

@@ -60,6 +60,7 @@ define([
hide: function() {
app.ui.currentPopover = null;
this.$el.detach();
return false;
},
show: function() {