Skip to content

Commit

Permalink
blind change of newdial to v-card based on other commits
Browse files Browse the repository at this point in the history
  • Loading branch information
milankowww committed Dec 31, 2021
1 parent a669a2b commit 7a6ec0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/src/assets/keyboard_mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const keyboardMixin = targetId => ({
card.id = this.card_items[this.pos].dataset.id;
card.close = document.querySelector("[data-dialog='" + dialog + "-detail'] [data-btn='close']");
// Link is always extracted from the news item newdial button, does not work for opening all selected items, but also with opened items
card.link = this.card_items[this.pos].querySelector(".newdial button[data-btn='link'] a");
card.link = this.card_items[this.pos].querySelector(".v-card button[data-btn='link'] a");

// Speed Dial Toolbar
card.group = temp.querySelector(which + "[data-btn='group']");
Expand Down Expand Up @@ -441,4 +441,4 @@ const keyboardMixin = targetId => ({
}
});

export default keyboardMixin;
export default keyboardMixin;

0 comments on commit 7a6ec0c

Please sign in to comment.