moving copilot work under common folder and adding _studio_dependencies
This commit is contained in:
4
copilot/copilot-extension/service-worker.js
Normal file
4
copilot/copilot-extension/service-worker.js
Normal file
@@ -0,0 +1,4 @@
|
||||
// Allows users to open the side panel by clicking on the action toolbar icon
|
||||
chrome.sidePanel
|
||||
.setPanelBehavior({ openPanelOnActionClick: true })
|
||||
.catch((error) => console.error(error));
|
||||
Reference in New Issue
Block a user