Merge pull request #805 from nextcloud/stable10_799
[Stable10] Open exiration date picker directly on toggle
This commit is contained in:
commit
0475315dd4
|
@ -96,6 +96,8 @@
|
|||
this.model.saveLinkShare({
|
||||
expireDate: ''
|
||||
});
|
||||
} else {
|
||||
this.$el.find('#expirationDate').focus();
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue