fix: remove comment

This commit is contained in:
git-avc 2025-11-29 20:46:10 +01:00
parent 8723ec27f1
commit c4dbc164b0

View file

@ -52,7 +52,7 @@ export default class GridRowForm {
if (df?.fieldtype === "Tab Break") {
in_tab = df === tab?.df;
} else if (typeof field?.on_section_collapse === "function") {
field.on_section_collapse(!in_tab); // hide = !in_tab
field.on_section_collapse(!in_tab);
}
}
}