mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
fix putting new attribute correctly into becca
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user