Frontmatter
| id | 4532 |
| title | layout.Flexbox: afterSetGap() |
| state | Closed |
| labels | bug |
| assignees | Dinkh |
| createdAt | Jul 10, 2023, 3:26 PM |
| updatedAt | Jul 10, 2023, 4:18 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4532 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 10, 2023, 4:18 PM |

without testing it, i think this line has a potential for errors:
if (!value && !oldValue) return;if you change the gap from e.g. "5px" to null or vice versa, nothing will happen.