mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
4004344c20
Mirror the icon-click entry into wall parametric edit on the TAB key. The dispatch in Modifier.try_applying_edit_mode had no branch for fresh LAYER2 walls, so TAB landed in item mode instead of the parametric draft + gizmos. Add the missing entry leg of the toggle, placed after the generic is_object_editing branch so the finish leg still fires when a wall is already in edit mode. Generated with the assistance of an AI coding tool.