diff --git a/package-lock.json b/package-lock.json
index 14c03708..30c85924 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,7 +15,6 @@
"@codemirror/view": "^6.21.0",
"@codesandbox/sandpack-react": "^2.6.7",
"@lexical/clipboard": "^0.12.2",
- "@lexical/code": "^0.12.2",
"@lexical/link": "^0.12.2",
"@lexical/list": "^0.12.2",
"@lexical/markdown": "^0.12.2",
diff --git a/package.json b/package.json
index bf13c889..74554e04 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,6 @@
"@codemirror/view": "^6.21.0",
"@codesandbox/sandpack-react": "^2.6.7",
"@lexical/clipboard": "^0.12.2",
- "@lexical/code": "^0.12.2",
"@lexical/link": "^0.12.2",
"@lexical/list": "^0.12.2",
"@lexical/markdown": "^0.12.2",
diff --git a/src/plugins/image/ImageEditor.tsx b/src/plugins/image/ImageEditor.tsx
index 914c2d85..e8e4deeb 100644
--- a/src/plugins/image/ImageEditor.tsx
+++ b/src/plugins/image/ImageEditor.tsx
@@ -259,6 +259,7 @@ export function ImageEditor({ src, title, alt, nodeKey, width, height }: ImageEd
)}