fixed wallnote style

This commit is contained in:
2025-03-02 23:32:07 +08:00
parent a600f258b0
commit 6e96247b50
4 changed files with 12 additions and 14 deletions

View File

@@ -107,6 +107,9 @@ export const CustomNode = (props: { id: string; data: WallData; selected: boolea
if (dataType && dataType?.startsWith('image')) {
message.error('不支持编辑图片');
return;
} else if (dataType) {
message.error('不支持编辑');
return;
}
wallStore.checkAndOpen(true, node);
} else {