Skip to content

Commit

Permalink
fix: add button type
Browse files Browse the repository at this point in the history
Fixes #105
  • Loading branch information
petyosi committed Oct 6, 2023
1 parent a152e8a commit a725717
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/plugins/image/ImageEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ export function ImageEditor({ src, title, alt, nodeKey, width, height }: ImageEd
<ImageResizer editor={editor} imageRef={imageRef} onResizeStart={onResizeStart} onResizeEnd={onResizeEnd} />
)}
<button
type="button"
className={classNames(styles.iconButton, styles.editImageButton)}
title="Edit image"
onClick={() => {
Expand Down

0 comments on commit a725717

Please sign in to comment.