Vanessa 2024-11-16 10:04:13 +08:00
parent c93b0f6ace
commit efa4192278

View file

@ -203,7 +203,7 @@ export const bindCardEvent = async (options: {
}
options.element.setAttribute("data-key", Constants.DIALOG_OPENCARD);
const actionElements = options.element.querySelectorAll(".card__action");
if (options.index === 0) {
if (options.index === 0 || typeof options.index === "undefined") {
actionElements[0].firstElementChild.setAttribute("disabled", "disabled");
} else {
actionElements[0].firstElementChild.removeAttribute("disabled");