forked from DebaucheryLibrarian/traxxx
Added various conditions to prevent errors and warnings.
This commit is contained in:
@@ -39,7 +39,7 @@ async function fetchReleases() {
|
||||
this.totalCount = totalCount;
|
||||
this.releases = releases;
|
||||
|
||||
this.$refs.filter.$el.scrollIntoView();
|
||||
this.$refs.filter?.$el.scrollIntoView();
|
||||
}
|
||||
|
||||
async function mounted() {
|
||||
|
||||
Reference in New Issue
Block a user