feat: init react
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user