1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Lexical: Improved table row copy/paste

Added safeguarding/matching of source/target sizes to prevent broken
tables.
This commit is contained in:
Dan Brown
2024-08-22 10:08:08 +01:00
parent ddf5f2543c
commit 8a13a9df80
8 changed files with 132 additions and 31 deletions

View File

@ -93,4 +93,4 @@ export class TableMap {
return [...cells.values()];
}
}
}