Commit ef85e6e
committed
fix: remove strict editor validation in update method to fix integration tests
The integration tests were failing because the update method was too strict
in validating the editor. In test environments, the editor might not be in
visibleTextEditors list. Keeping the validation only for scrolling operations
where it makes sense.1 parent 5afee2a commit ef85e6e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments