mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix(columns): avoid a Vue error on initial load
This commit is contained in:
@@ -640,7 +640,7 @@ export default {
|
||||
},
|
||||
setColumnBackgroundVisibility () {
|
||||
this.$nextTick(() => {
|
||||
if (!this.$refs.columnBackground) return;
|
||||
if (!this.$refs.columnBackground || !this.$refs.tasksList) return;
|
||||
|
||||
const tasksWrapperEl = this.$refs.tasksWrapper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user