mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 21:38:48 +01:00
🎨 card
This commit is contained in:
parent
802df1e230
commit
8fa4dad91d
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ export const bindCardEvent = async (options: {
|
|||
if (moreElement) {
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
if (filterElement.getAttribute("data-cardtype") === "all") {
|
||||
if (filterElement.getAttribute("data-cardtype") === "all" && filterElement.getAttribute("data-id")) {
|
||||
showMessage(window.siyuan.languages.noSupportTip);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue