chore: remove cmd+s toast (#11754)

close AF-2345
This commit is contained in:
JimmFly
2025-04-18 04:08:08 +00:00
parent 1ae36d4b3e
commit 3355277e28

View File

@@ -379,7 +379,7 @@ export function useRegisterBlocksuiteEditorCommands(
label: '',
icon: null,
run() {
toast(t['Save']());
// do nothing
},
})
);