mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Merge pull request #805 from nextcloud/stable10_799
[Stable10] Open exiration date picker directly on toggle
This commit is contained in:
commit
0475315dd4
1 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,8 @@
|
|||
this.model.saveLinkShare({
|
||||
expireDate: ''
|
||||
});
|
||||
} else {
|
||||
this.$el.find('#expirationDate').focus();
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue