Skip to content

Commit

Permalink
Fixed #15209
Browse files Browse the repository at this point in the history
Resolves #15215
  • Loading branch information
brandonkelly committed Jun 17, 2024
1 parent abc7b6a commit 8207ff3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Fixed a bug where changed field values could be forgotten within Matrix fields, if a validation error occurred. ([#15190](https://github.com/craftcms/cms/issues/15190))
- Fixed a bug where the `graphql/create-token` command was prompting for the schema name, when it meant the token name. ([#15205](https://github.com/craftcms/cms/pull/15205))
- Fixed an error that could occur when applying a draft. ([#15211](https://github.com/craftcms/cms/issues/15211))
- Fixed a bug where keyboard shortcuts weren’t getting registered properly for modals and slideouts opened via a disclosure menu. ([#15209](https://github.com/craftcms/cms/issues/15209))

## 4.10.0 - 2024-06-12

Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/garnish/dist/garnish.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/garnish/dist/garnish.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/garnish/src/DisclosureMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export default Base.extend(
this.trigger('hide');
this.removeListener(Garnish.$scrollContainer, 'scroll');
this.removeListener(Garnish.$win, 'resize');
Garnish.uiLayerManager.removeLayer();
Garnish.uiLayerManager.removeLayer(this.$container);
},

focusIsInMenu: function () {
Expand Down

0 comments on commit 8207ff3

Please sign in to comment.