Commit 4ddbac6
authored
fix: prevent enter on icons moving to next icon/field (#638)
The in() behaviour relied on here only works for MutatorIcons. See
icon_navigation_policy.ts in core.
That might change over time, but there will still be some icons for which this
isn't appropriate.
Prior to this change enter on a comment icon or a MakeCode debug breakpoint
icon inexplicably moves the cursor to the next field/icon.1 parent ed692a8 commit 4ddbac6
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
| |||
0 commit comments