Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Oct 6, 2023
1 parent ed39279 commit aace907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/blocks/product-gallery/frontend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ interface Actions {
interface Store {
state: State;
context: Context;
selectors: Selectors;
selectors: ProductGallerySelectors;
actions: Actions;
ref?: HTMLElement;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ let isDialogStatusChanged = false;
interactivityStore(
// @ts-expect-error: Store function isn't typed.
{
selectors: productButtonSelectors,
selectors: productGalleryLargeImageSelectors,
actions: {
woocommerce: {
handleMouseMove: ( {
Expand Down

0 comments on commit aace907

Please sign in to comment.