We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbf428 commit bb43de6Copy full SHA for bb43de6
functional-samples/ai.gemini-on-device/background.js
@@ -1,7 +1,7 @@
1
chrome.runtime.onInstalled.addListener(({ reason }) => {
2
if (reason === 'install') {
3
chrome.sidePanel
4
- .setPanelBehavior({ openPanelOnActionClick: true })
5
- .catch((error) => console.error(error));
+ .setPanelBehavior({ openPanelOnActionClick: true })
+ .catch((error) => console.error(error));
6
}
7
-});
+});
0 commit comments