diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-11-19 15:35:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-19 15:35:22 +0100 |
| commit | e2dcc28d3c64a3f8f4797132420685e2b26fe05b (patch) | |
| tree | 688d5e7345e68b65df9c6a3a331253ad016084ea /src/ci | |
| parent | e86f1845ff6ca556621e2d366a6ad0c2d5aa408f (diff) | |
| parent | 5ed8dca7212c25a5557dc249037ec0c8b271c7b6 (diff) | |
| download | rust-e2dcc28d3c64a3f8f4797132420685e2b26fe05b.tar.gz rust-e2dcc28d3c64a3f8f4797132420685e2b26fe05b.zip | |
Rollup merge of #104577 - GuillaumeGomez:remove-focus-on-blur, r=notriddle
Don't focus on notable trait parent when hiding it I clicked on a notable trait icon so the popup remained and then clicked on the settings menu. When the settings menu was blurred, it scrolled back to when the notable trait was, which isn't great. r? `@notriddle`
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version b/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version index ed0d9e9902b..3f8dcd03d2d 100644 --- a/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version +++ b/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version @@ -1 +1 @@ -0.13.1 \ No newline at end of file +0.13.2 \ No newline at end of file |
