Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is onOverflow not included in SplideEventHandlerMap? #68

Closed
2 tasks done
Uhucream opened this issue Apr 11, 2023 · 1 comment
Closed
2 tasks done

Why is onOverflow not included in SplideEventHandlerMap? #68

Uhucream opened this issue Apr 11, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Uhucream
Copy link

Uhucream commented Apr 11, 2023

Checks

Version

0.7.12

Description

I want to use onOverflow handler but it seems to be not included.

Why?

Reproduction Link

export type SplideEventHandlerMap = {
onMounted: 'mounted';
onReady: 'ready';
onMove: 'move';
onMoved: 'moved';
onClick: 'click';
onActive: 'active';
onInactive: 'inactive';
onVisible: 'visible';
onHidden: 'hidden';
onRefresh: 'refresh';
onUpdated: 'updated';
onResize: 'resize';
onResized: 'resized';
onDrag: 'drag';
onDragging: 'dragging';
onDragged: 'dragged';
onScroll: 'scroll';
onScrolled: 'scrolled';
onDestroy: 'destroy';
onArrowsMounted: 'arrows:mounted';
onArrowsUpdated: 'arrows:updated';
onPaginationMounted: 'pagination:mounted';
onPaginationUpdated: 'pagination:updated';
onNavigationMounted: 'navigation:mounted';
onAutoplayPlay: 'autoplay:play';
onAutoplayPlaying: 'autoplay:playing';
onAutoplayPause: 'autoplay:pause';
onLazyLoadLoaded: 'lazyload:loaded';
}

Steps to Reproduce

...

Expected Behaviour

Possible to use onOverflow handler

@Uhucream Uhucream added the bug Something isn't working label Apr 11, 2023
@Uhucream
Copy link
Author

Sorry, it was duplicated issue as #56.

@Uhucream Uhucream closed this as not planned Won't fix, can't repro, duplicate, stale Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant