We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b3bd5f + 72c651d commit c10286cCopy full SHA for c10286c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@editorjs/image",
3
- "version": "2.7.0",
+ "version": "2.7.1",
4
"keywords": [
5
"codex editor",
6
"tool",
src/index.js
@@ -272,8 +272,11 @@ export default class ImageTool {
272
/**
273
* Paste HTML into Editor
274
*/
275
- tags: [ 'img' ],
276
-
+ tags: [
+ {
277
+ img: { src: true },
278
+ },
279
+ ],
280
281
* Paste URL of image into the Editor
282
0 commit comments