Added a missing blank line to the JavaScript AccountSelector class.

This commit is contained in:
依瑪貓 2023-03-10 12:00:53 +08:00
parent 5194258b48
commit a2c2452ec5

View File

@ -230,6 +230,7 @@ class AccountSelector {
const formAccountControl = document.getElementById("accounting-entry-form-account-control");
formAccountControl.onclick = () => this.#selectors[entryForm.dataset.entryType].initShow();
}
/**
* Initializes the account selector for the journal entry form.
*x