-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update AlpineJS version and enhance event handling
Updated the AlpineJS library version from 3.13.10 to 3.14.0. Enhanced the event handling in the `cdn.js` file to include click events, and added a new function `isClickEvent(event)` to check if an event is a click event. Updated the `isListeningForASpecificKeyThatHasntBeenPressed(e, modifiers)` function to include additional modifiers in the exclusion list and to return `false` if the event type is a click event. Also, updated the promise resolution in the `hideAfterChildren` function to use optional chaining.
- Loading branch information
1 parent
0ad565d
commit 564e71d
Showing
7 changed files
with
48 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
samples/DatabaseGpt.Web/wwwroot/lib/alpinejs/module.cjs.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
samples/DatabaseGpt.Web/wwwroot/lib/alpinejs/module.esm.min.js
Large diffs are not rendered by default.
Oops, something went wrong.