feat: init react

This commit is contained in:
Philippe Torrel
2026-08-04 10:04:24 +02:00
parent 17aa46a4bc
commit 1afc687270
15 changed files with 1075 additions and 89 deletions

View File

@@ -110,7 +110,7 @@ const ProductManager = (el: HTMLElement | null = null): ProductManagerApi | null
});
};
const onClickSave = (e: MouseEvent): void => {
const onClickSave = (e: PointerEvent): void => {
const btnEl = e.currentTarget as HTMLButtonElement;
const icon = query<HTMLElement>(btnEl, 'i');