Skip to content

Commit ce7a38b

Browse files
author
Shane Osbourne
committed
fix: docs output
1 parent b2365bc commit ce7a38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inject/chrome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function init () {
130130
}
131131
})
132132

133-
window.addEventListener('sendMessageProxy' + messageSecret, event => {
133+
window.addEventListener('{sendMessageProxy}' + messageSecret, event => {
134134
event.stopImmediatePropagation()
135135

136136
if (!(event instanceof CustomEvent) || !event?.detail) {

0 commit comments

Comments
 (0)