move the user actions file
This commit is contained in:
parent
78178b98af
commit
b6869a7d61
4 changed files with 24 additions and 8 deletions
|
@ -1,7 +0,0 @@
|
|||
export default class user_actions {
|
||||
static init() {
|
||||
chrome.sidePanel
|
||||
.setPanelBehavior({ openPanelOnActionClick: true })
|
||||
.catch((error) => console.error(error));
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue