From 891de959db8e26c3d53eac6184538f7c89a61420 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Fri, 26 Apr 2024 22:55:38 +0800 Subject: [PATCH] start managed sidebar --- scripts/external/entries/sidebar.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/external/entries/sidebar.js b/scripts/external/entries/sidebar.js index 8de51f0..c386a79 100644 --- a/scripts/external/entries/sidebar.js +++ b/scripts/external/entries/sidebar.js @@ -3,10 +3,6 @@ import Sidebar from '/scripts/GUI/sidepanel.js' export default class ManagedSidebar { constructor () { // WIP - console.warn(`hello world`); - } - - manage() { - + new Sidebar(`/pages/popup.htm`); } } \ No newline at end of file