Fix side panel sample tab path setup
Brought to you by:
tomkozak
Originally created by: KirtiRamchandani
chrome.sidePanel.open() so the first click opens sidepanel-tab.html.Fixes [#1477].
npx eslint functional-samples/cookbook.sidepanel-open/content-script.js functional-samples/cookbook.sidepanel-open/script.js functional-samples/cookbook.sidepanel-open/service-worker.js
Originally posted by: KirtiRamchandani
Closing this earlier version in favor of [#1695], which uses the preconfiguration approach for [#1477] so the click handler only needs to call chrome.sidePanel.open().
Related
Tickets: #1477
Tickets: #1695
Ticket changed by: KirtiRamchandani