Skip to content

Commit

Permalink
Fix issue with not being able to copy table cell (#2375)
Browse files Browse the repository at this point in the history
  • Loading branch information
extern-c committed Nov 27, 2020
1 parent 12142ee commit 0028a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/muya/lib/contentState/paragraphCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ const paragraphCtrl = ContentState => {
column: 1,
cells: [{
key: cellBlock.key,
text: cellBlock.children[0].text,
top: true,
right: true,
bottom: true,
Expand Down

0 comments on commit 0028a4b

Please sign in to comment.