Bug 1760899 - Connect new save to Pocket tag picker to the new save panel. r=gvn,mconley

Differential Revision: https://phabricator.services.mozilla.com/D142420
This commit is contained in:
Scott
2022-03-31 20:20:38 +00:00
parent 8c9ac18dca
commit 7edb8ea552
6 changed files with 359 additions and 121 deletions

View File

@@ -57,6 +57,7 @@ var PocketCustomizableWidget = {
frame.setAttribute("type", "content");
frame.setAttribute("remote", true);
frame.setAttribute("autocompletepopup", "PopupAutoComplete");
panelNode.appendChild(frame);
SaveToPocket.onShownInToolbarPanel(panelNode, frame);