Skip to content

Commit

Permalink
Merge branch '5.1-dev' into mod-version
Browse files Browse the repository at this point in the history
  • Loading branch information
LadySolveig committed Feb 25, 2024
2 parents f6e4f6c + 3f6d646 commit 15afd6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/media_source/com_contenthistory/joomla.asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"type": "script",
"uri": "com_contenthistory/admin-compare-compare.min.js",
"dependencies": [
"core"
"core",
"diff"
],
"attributes": {
"type": "module"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ class JoomlaFieldUser extends HTMLElement {
window.removeEventListener('message', msgListener);
dialog.destroy();
this.dialog = null;
// Focus on the input field to re-trigger the validation
this.inputName.focus();
this.buttonSelect.focus();
});

this.dialog = dialog;
Expand Down

0 comments on commit 15afd6f

Please sign in to comment.