Skip to content

Commit

Permalink
fix: render the editor image node inline (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Aug 14, 2023
1 parent 879c28a commit 864b49a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/js/components/Form/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@
Highlight,
History,
HorizontalRule,
Image,
Image.configure({
inline: true,
}),
Italic,
Link.configure({ openOnClick: false }),
ListItem,
Expand Down

0 comments on commit 864b49a

Please sign in to comment.