spec(move_and_morph): add some spec and lint with rubocop/haml/eslint

This commit is contained in:
Martin 2024-01-11 11:04:43 +01:00
parent 857a1fc496
commit e7eee7ba72
7 changed files with 112 additions and 34 deletions

View file

@ -61,6 +61,7 @@ export class SelectChampPositionTemplateController extends ApplicationController
if (stableIdDidChange) {
changedSelectTarget.form?.requestSubmit();
}
event.stopImmediatePropagation();
}
private getStableIdForSelect(select: HTMLSelectElement): string | null {