mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Tasks: fixes and new edit task design (#9442)
* add missing tooltips * makes sure due date is update correctly, fixes #9436 * do not collapse checklist when casting spells, fixes #9345 * start to fix spells drawer * fix drawer requiring two clicks to open
This commit is contained in:
@@ -179,7 +179,7 @@ export default {
|
||||
standardPage.style.paddingBottom = `${drawerHeight + minPaddingBottom}px`;
|
||||
},
|
||||
toggle () {
|
||||
this.open = !this.open;
|
||||
this.open = !this.isOpen;
|
||||
this.$emit('toggled', this.open);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user