Fix the tool lock button. (#2225)

Adds the missing tool lock button.

Fixes #2224 

### Change Type

- [x] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version

### Release Notes

- Adds the missing tool lock button.
This commit is contained in:
Mitja Bezenšek 2023-11-15 19:06:29 +01:00 committed by GitHub
parent 14e8d19a71
commit c4564dc2be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -902,6 +902,7 @@
width: 100%;
pointer-events: none;
top: 4px;
height: 48px;
}
.tlui-toolbar__extras__controls {