mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:27:07 +00:00
Autofocus on last calendar event on load
This commit is contained in:
@@ -169,8 +169,11 @@ export default {
|
||||
|
||||
},
|
||||
|
||||
mounted () {
|
||||
this.getEvents();
|
||||
async mounted () {
|
||||
await this.getEvents();
|
||||
if (this.events.length) {
|
||||
this.setLast();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user