Add proper null check for task item rendering
If description is empty, this.$el was still non-null, but it was just an HTML comment as a string. So the call to querySelectorAll failed
Showing
Please register or sign in to comment
If description is empty, this.$el was still non-null, but it was just an HTML comment as a string. So the call to querySelectorAll failed