Commit 0677285
committed
front: fix MacroEditorState.getPathKeys() when missing secondary code
getPathKey() (right above) produces different keys when an OP is
missing a secondary code: it omits the "/code" suffix. Do the same
here so that positions don't get lost for these OPs.
Signed-off-by: Simon Ser <[email protected]>1 parent fbbeb88 commit 0677285
File tree
1 file changed
+2
-2
lines changed- front/src/applications/operationalStudies/components/MacroEditor
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
| 227 | + | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments