diff --git a/shared/editor/nodes/Image.tsx b/shared/editor/nodes/Image.tsx index 68dfe67f8..5f14e975a 100644 --- a/shared/editor/nodes/Image.tsx +++ b/shared/editor/nodes/Image.tsx @@ -161,6 +161,7 @@ export default class Image extends SimpleImage { get plugins() { return [ + ...super.plugins, new Plugin({ props: { handleKeyDown: (view, event) => {