Skip to content

Commit

Permalink
Merge pull request #26 from msisaifu/active_item_on_window_resize
Browse files Browse the repository at this point in the history
fixed active item on window resize
  • Loading branch information
SharifClick authored Oct 8, 2020
2 parents 17166e3 + 20ceaa1 commit 09c367a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Swipe.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
});
active_item = activeIndicator;
defaultIndex = active_item;
eventDelegate('remove');
}
Expand Down

0 comments on commit 09c367a

Please sign in to comment.