mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 card
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user