Skip to content

Commit

Permalink
fix: insertion issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Dec 9, 2023
1 parent 98d6e2f commit 5686088
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ export class HeadlessSuperConverter implements SuperConverterServiceInterface {
type === 'link' ||
type === 'linebreak' ||
type === 'unencrypted-image' ||
type === 'inline-file'
type === 'inline-file' ||
type === 'snfile'
) {
const paragraphNode = $createParagraphNode()
paragraphNode.append(node)
Expand Down

0 comments on commit 5686088

Please sign in to comment.