Update trigger button functionality and remove unused code
This commit is contained in:
@@ -4,7 +4,6 @@ import App from "./App.svelte";
|
||||
import { loadData } from "./ts/storage/globalApi";
|
||||
import { initHotkey } from "./ts/hotkey";
|
||||
import { polyfill } from "./ts/polyfill";
|
||||
import { watchParamButton } from "./ts/plugins/embedscript";
|
||||
|
||||
let app: App;
|
||||
try {
|
||||
@@ -16,7 +15,6 @@ try {
|
||||
|
||||
loadData()
|
||||
initHotkey()
|
||||
watchParamButton()
|
||||
} catch (error) {
|
||||
console.error(error, error.stack)
|
||||
alert(error)
|
||||
|
||||
Reference in New Issue
Block a user