added note.executeScript()

This commit is contained in:
zadam
2021-05-07 21:23:10 +02:00
parent f22c76d9fb
commit fddab59265
6 changed files with 253 additions and 10578 deletions

View File

@@ -216,6 +216,7 @@ export default class Entrypoints extends Component {
return;
}
// TODO: use note.executeScript()
if (note.mime.endsWith("env=frontend")) {
await bundleService.getAndExecuteBundle(note.noteId);
} else if (note.mime.endsWith("env=backend")) {