-
-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v3.12.2 feat: add single option. (#463)
* feat: single callback * type: Option.single 7bf34e9
- Loading branch information
1 parent
71b6659
commit a1e953d
Showing
8 changed files
with
41 additions
and
39 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"files": { | ||
"main.css": "/hotkeys-js/static/css/main.f00f83fe.css", | ||
"main.js": "/hotkeys-js/static/js/main.ced696d6.js", | ||
"main.js": "/hotkeys-js/static/js/main.2e99d0ff.js", | ||
"refractor-vendor.js": "/hotkeys-js/static/js/refractor-vendor.390356d6.js", | ||
"react-vendor.js": "/hotkeys-js/static/js/react-vendor.be17bb13.js", | ||
"static/media/bg.jpg": "/hotkeys-js/static/media/bg.c118c911b775de37ecf2.jpg", | ||
"index.html": "/hotkeys-js/index.html", | ||
"main.f00f83fe.css.map": "/hotkeys-js/static/css/main.f00f83fe.css.map", | ||
"main.ced696d6.js.map": "/hotkeys-js/static/js/main.ced696d6.js.map", | ||
"main.2e99d0ff.js.map": "/hotkeys-js/static/js/main.2e99d0ff.js.map", | ||
"refractor-vendor.390356d6.js.map": "/hotkeys-js/static/js/refractor-vendor.390356d6.js.map", | ||
"react-vendor.be17bb13.js.map": "/hotkeys-js/static/js/react-vendor.be17bb13.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/js/refractor-vendor.390356d6.js", | ||
"static/js/react-vendor.be17bb13.js", | ||
"static/css/main.f00f83fe.css", | ||
"static/js/main.ced696d6.js" | ||
"static/js/main.2e99d0ff.js" | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>hotkeys.js - A robust Javascript library for capturing keyboard input.</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><meta name="keywords" content="hotkey,hotkeys,hotkeysjs,key,keys,keyboard,shortcuts,keypress"/><meta name="description" content="A robust Javascript library for capturing keyboard input and key combinations entered. It has no dependencies. Try to press your keyboard, The following button will highlight."><script defer="defer" src="./static/js/refractor-vendor.390356d6.js"></script><script defer="defer" src="./static/js/react-vendor.be17bb13.js"></script><script defer="defer" src="./static/js/main.ced696d6.js"></script><link href="./static/css/main.f00f83fe.css" rel="stylesheet"></head><body><div id="root"></div></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>hotkeys.js - A robust Javascript library for capturing keyboard input.</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><meta name="keywords" content="hotkey,hotkeys,hotkeysjs,key,keys,keyboard,shortcuts,keypress"/><meta name="description" content="A robust Javascript library for capturing keyboard input and key combinations entered. It has no dependencies. Try to press your keyboard, The following button will highlight."><script defer="defer" src="./static/js/refractor-vendor.390356d6.js"></script><script defer="defer" src="./static/js/react-vendor.be17bb13.js"></script><script defer="defer" src="./static/js/main.2e99d0ff.js"></script><link href="./static/css/main.f00f83fe.css" rel="stylesheet"></head><body><div id="root"></div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.