preparation hide checklist-items per card

This commit is contained in:
Martin Filser 2023-09-15 21:47:05 +02:00
parent f6d2b08025
commit d949753d54
8 changed files with 12 additions and 110 deletions

View file

@ -88,11 +88,6 @@ BlazeComponent.extendComponent({
events() {
return [
{
'click .minicard-checklists'() {
// Prevents clicking checklist at minicard from opening card details,
// while still allowing checking checlist items.
event.preventDefault();
},
'click .js-linked-link'() {
if (this.data().isLinkedCard()) Utils.goCardId(this.data().linkedId);
else if (this.data().isLinkedBoard())