File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,11 +116,7 @@ function sidepanelHandler(port) {
116116 }
117117 const coll = await collLoader . loadColl ( defaultCollId ) ;
118118
119- // delete each page from the local store
120119 for ( const id of message . pageIds ) {
121- // swlib’s store.deletePage (or similar) removes it.
122- // If your API is identical to ReplayWeb.page’s HTTP API:
123- // DELETE `${this.collInfo.apiPrefix}/page/${id}` :contentReference[oaicite:0]{index=0}
124120 await coll . store . deletePage ( id ) ;
125121 }
126122
Original file line number Diff line number Diff line change @@ -838,8 +838,6 @@ class ArgoViewer extends LitElement {
838838 // @ts -expect-error - TS2339 - Property 'selectedCount' does not exist on type 'ArgoViewer'.
839839 this . selectedCount > 0
840840 ? html `
841- <!-- ─── BULK-ACTION BAR (exact same icons as bottom) ─── -->
842-
843841 < div
844842 style ="display:flex; align-items:center; justify-content:space-between; padding: 0.25rem 1rem; "
845843 >
You can’t perform that action at this time.
0 commit comments