Bill Elim
Results
2
comments of
Bill Elim
This bug is so infuriating I decided to spend 5 hours to fix it The bug is at lib\src\models\documents\nodes\line.dart at line 364-367, it compares `style.attributes[attr.key] != attr.value` when it should...
I forgot one thing, we also need to merge the `result` with `rest`, change the line 391- 394 to this ```dart if (remaining > 0 && nextLine != null) {...