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:
Matteo Pagliazzi
2017-11-09 19:38:48 +01:00
committed by GitHub
parent 03a09b7546
commit d8d7a81edf
5 changed files with 20 additions and 13 deletions

View File

@@ -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);
},
},