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 99d5f32 commit 7050689Copy full SHA for 7050689
content_scripts/hud.js
@@ -25,7 +25,7 @@ const HUD = {
25
hideFindMode: this.hideFindMode,
26
search: this.search,
27
unfocusIfFocused: this.unfocusIfFocused,
28
- paseResponse: this.pasteResponse,
+ pasteResponse: this.pasteResponse,
29
showClipboardUnavailableMessage: this.showClipboardUnavailableMessage,
30
};
31
const handler = handlers[data.name];
0 commit comments