We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb2c9b commit 02302bdCopy full SHA for 02302bd
src/LiveComponent/assets/dist/live_controller.js
@@ -617,7 +617,7 @@ var Idiomorph = (function () {
617
* @returns {boolean}
618
*/
619
function ignoreValueOfActiveElement(possibleActiveElement, ctx) {
620
- return ctx.ignoreActiveValue && possibleActiveElement === document.activeElement;
+ return ctx.ignoreActiveValue && possibleActiveElement === document.activeElement && possibleActiveElement !== document.body;
621
}
622
623
/**
src/LiveComponent/assets/package.json
@@ -27,7 +27,7 @@
27
28
},
29
"dependencies": {
30
- "idiomorph": "^0.3.0"
+ "idiomorph": "https://github.com/bigskysoftware/idiomorph.git"
31
32
"peerDependencies": {
33
"@hotwired/stimulus": "^3.0.0"
0 commit comments