Open Paalui opened 1 month ago
Name | Link |
---|---|
Latest commit | ebab6c75d388d113910486660849d44e9d4b59f6 |
Latest deploy log | https://app.netlify.com/sites/keen-boyd-1443aa/deploys/66dbab0171cf2900088cd5ac |
Deploy Preview | https://deploy-preview-362--keen-boyd-1443aa.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Did this a while ago, but wanted to find a neater solution. Didn't find one and forgot to do it so ill just PR it now if you want to use it.
I did:
161 But only when the multi-square gets used (brush and rule update) so i could have missed cases. Did it that way because i don't like the way it looks.
Stuff i am not happy with/ is janky:
flattenAndFillDiagramCells
it flattens nested cells and fills the voids.addDiagramCellsToLeftList
it does the same but for rule gen on the left side. Also it returns what structure the nested cell had.addDiagramCellsToRightList
it does the same but for rule gen on the right side and it uses the structure to tell when merge/splitsplitCellToDiagram
function).