Electron test (regression): select all in code editor does not actually select all, just what is visiable (#3540)

* select all in code editor does not actually select all, just what is visible #3175

* whops

* fix test for linux
This commit is contained in:
Kurt Hutten
2024-08-20 11:23:32 +10:00
committed by GitHub
parent 5e5a204244
commit 2541e0c0ea
4 changed files with 74 additions and 7 deletions

View File

@ -101,7 +101,7 @@ This will start the application and hot-reload on changed.
Devtools can be opened with the usual Cmd/Ctrl-Shift-I.
To build, run `yarn electron:package`.
To build, run `yarn tron:package`.
## Checking out commits / Bisecting