Paste img cannot success

i use a customed img plugin, parseDom.getAttrs can be execute when i paste a screenshot, but no dom append in dom tree, if i need to bind paste event and do some other things?

Since the basic schema includes an image node that can be pasted, there is most likely some problem in your toDOM or parseDOM code.

tks, this problem is resolved, customed img plugin need rewrite paste event function. tks again.