mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Open exiration date picker directly on toggle
This commit is contained in:
parent
c591776afd
commit
d569d8ed88
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