mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
[fileupload] improvement: always full show the popup when upload files; close the popup when navigate away from a 'dir view' page
This commit is contained in:
@@ -113,6 +113,8 @@ define([
|
||||
hide: function() {
|
||||
this.$el.detach();
|
||||
this.attached = false;
|
||||
|
||||
this.fileUploadView.closePopup();
|
||||
},
|
||||
|
||||
show: function(repo_id, path) {
|
||||
|
Reference in New Issue
Block a user