refactor: 💡 Port bulk actions to ts

This commit is contained in:
Jin
2025-03-19 14:22:40 +01:00
parent 91a963fafd
commit 1aa6c17b56
3 changed files with 30 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ export default class BranchPrefixDialog extends BasicWidget {
private $noteTitle!: JQuery<HTMLElement>;
private branchId: string | null = null;
doRender(): void {
doRender() {
this.$widget = $(TPL);
this.modal = Modal.getOrCreateInstance(this.$widget[0]);
this.$form = this.$widget.find(".branch-prefix-form");