Vanessa 2023-11-17 11:52:32 +08:00
parent fb0e5b20cb
commit 363466025e
7 changed files with 25 additions and 30 deletions

View file

@ -135,9 +135,6 @@ export class App {
(document.getElementById("themeDefaultStyle") as HTMLLinkElement).href = data.data.theme;
}
break;
case "createdailynote":
openFileById({app: this, id: data.data.id, action: [Constants.CB_GET_FOCUS]});
break;
case "openFileById":
openFileById({app: this, id: data.data.id, action: [Constants.CB_GET_FOCUS]});
break;