move the user actions file

This commit is contained in:
buzz-lightsnack-2007 2024-04-23 22:45:58 +08:00
parent 78178b98af
commit b6869a7d61
4 changed files with 24 additions and 8 deletions

View file

@ -1,7 +0,0 @@
export default class user_actions {
static init() {
chrome.sidePanel
.setPanelBehavior({ openPanelOnActionClick: true })
.catch((error) => console.error(error));
};
};