Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Browser Extension's Vite Config #2540

Merged
merged 10 commits into from
Jul 6, 2022
Next Next commit
messaging from background ➡️ content script; chrome + edge troublesho…
…oting
  • Loading branch information
noi5e committed Jul 5, 2022
commit e2a90895661b475a34e29e1ca1f7dac7f10cd5f1
1 change: 1 addition & 0 deletions packages/lexical-devtools/public/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/
'use strict';

// open port to send/receive messages from background.js
// eslint-disable-next-line no-undef
let port = chrome.runtime.connect();

Expand Down