Commit de832d8
Fixes sequence output editor not applying appropriate linting (#1898)
* fix(sequencing): refresh editor output when extension changes
This ensures the editor output view correctly refreshes when its configuration changes.
* refactor(sequencing): simplify output editor extension handling and reconfiguration
- Remove previousOutputEditorExtension tracking and safeStringify comparison
- Add explicit empty array fallback when no output extension is available
- Move output format initialization before extension computation for proper dependency order
- Replace complex conditional logic with simpler reactive statement for output editor updates
- Add dedicated reactive block to reconfigure output editor when adaptation extensions change
---------
Co-authored-by: Dan Delany <dan.delany@gmail.com>1 parent 7e4bb86 commit de832d8
1 file changed
Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
100 | 104 | | |
101 | 105 | | |
| 106 | + | |
| 107 | + | |
102 | 108 | | |
103 | 109 | | |
104 | 110 | | |
| |||
154 | 160 | | |
155 | 161 | | |
156 | 162 | | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
| |||
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
197 | 208 | | |
198 | 209 | | |
199 | 210 | | |
| |||
0 commit comments