fix putting new attribute correctly into becca

This commit is contained in:
zadam
2022-06-17 23:04:46 +02:00
parent 540aba39db
commit 5ca7e39852
4 changed files with 5 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ export default class ExecuteScriptBulkAction extends AbstractBulkAction {
const spacedUpdate = new SpacedUpdate(async () => {
await this.saveAction({ script: $script.val() });
}, 1000)
}, 1000);
$script.on('input', () => spacedUpdate.scheduleUpdate());