Skip to content

Commit

Permalink
Fix editor rows drag and drop issue
Browse files Browse the repository at this point in the history
  • Loading branch information
treoden committed Sep 1, 2024
1 parent 418dbee commit ce5e754
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ export default function Editor({
type="hidden"
value={JSON.stringify(
rows.map((row) => ({
id: row.id,
size: row.size,
columns: row.columns.map((column) => ({
id: column.id,
Expand Down

0 comments on commit ce5e754

Please sign in to comment.