Skip to content

Commit

Permalink
fix: fixed #2549
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed Nov 29, 2024
1 parent 5622a8e commit 726e667
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
comply with Node.js's subpath patterns, which utilize "direct static matching
and replacement.

### Improvements

- **#2554** Added option for sticky display of variants panel with a single
click. Add the `stickyVariantPanel` property to a virtual keyboard keycap
definition to make the variant panel sticky. This means that the panel will
remain open after a single click, and will only close when the user clicks on
the keycap again. See `./examples/sticky-variant-panel/` for an example.

## 0.101.2 _2024-11-15_

### Issues Resolved
Expand Down

0 comments on commit 726e667

Please sign in to comment.