Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editorjs/image",
"version": "2.7.0",
"version": "2.7.1",
"keywords": [
"codex editor",
"tool",
Expand Down
7 changes: 5 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,11 @@ export default class ImageTool {
/**
* Paste HTML into Editor
*/
tags: [ 'img' ],

tags: [
{
img: { src: true },
},
],
/**
* Paste URL of image into the Editor
*/
Expand Down