refactor: migrate and consolidate UI templates to compile-time Askama component macros
This commit is contained in:
@@ -185,7 +185,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
if (input) {
|
||||
input.value = name;
|
||||
input.focus();
|
||||
input.dispatchEvent(new Event('input', { bubbles: true }));
|
||||
input.dispatchEvent(new Event('change', { bubbles: true }));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user