fix: Enter on image should ad (#12530)

d new paragraph below
This commit is contained in:
Tom Moor
2026-05-29 23:20:47 -04:00
committed by GitHub
parent 70b6476afa
commit f6fbbcb1ad
+1
View File
@@ -456,6 +456,7 @@ export default class Image extends SimpleImage {
keys(): Record<string, Command> {
return {
...super.keys(),
"Mod-Alt-m": addComment({ userId: this.options.userId }),
};
}