Skip to content

Commit

Permalink
Added strong and italic tag in inline element list slab#3812
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhdeep12 committed Feb 3, 2024
1 parent 176f586 commit 3e4881d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/quill/src/modules/clipboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ function isLine(node: Node, scroll: ScrollBlot) {
'tr',
'ul',
'video',
'strong',
'i',
].includes(node.tagName.toLowerCase());
}

Expand Down

0 comments on commit 3e4881d

Please sign in to comment.