Merge branch 'release' into develop

This commit is contained in:
Sabe Jones 2020-07-10 11:05:31 -05:00
commit 195928e471
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "habitica",
"version": "4.148.0",
"version": "4.148.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "4.148.0",
"version": "4.148.1",
"main": "./website/server/index.js",
"dependencies": {
"@babel/core": "^7.10.3",

View file

@ -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;