Compare commits

...

1 Commits

Author SHA1 Message Date
Sidharth Vinod
33bb29ec63 Revert "Fix Requirement overflow" 2024-08-20 14:27:54 +05:30

View File

@@ -86,7 +86,7 @@ const newBodyNode = (parentNode, id, txts, yStart) => {
// );
let currentRow = 0;
const charLimit = 24;
const charLimit = 30;
let wrappedTxts = [];
txts.forEach((textStr) => {
let currentTextLen = textStr.length;