refactor(block): use block? instead of repetition?
This commit is contained in:
parent
79abca8945
commit
462cc41caa
13 changed files with 38 additions and 33 deletions
|
@ -200,7 +200,7 @@ export class AutosaveController extends ApplicationController {
|
|||
)
|
||||
].filter((element) => !element.disabled);
|
||||
|
||||
const parent = this.element.closest('.editable-champ-repetition');
|
||||
const parent = this.element.closest('[data-block]');
|
||||
if (parent) {
|
||||
return [
|
||||
...inputs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue