Skip to content

Commit 7050689

Browse files
committed
Fix typo with pasteResponse. Fixes #4654
1 parent 99d5f32 commit 7050689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content_scripts/hud.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const HUD = {
2525
hideFindMode: this.hideFindMode,
2626
search: this.search,
2727
unfocusIfFocused: this.unfocusIfFocused,
28-
paseResponse: this.pasteResponse,
28+
pasteResponse: this.pasteResponse,
2929
showClipboardUnavailableMessage: this.showClipboardUnavailableMessage,
3030
};
3131
const handler = handlers[data.name];

0 commit comments

Comments
 (0)