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

Commit 465c8e6

Browse files
feat(#185): on click on the pager open slide picker
1 parent 26972b5 commit 465c8e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

studio/src/app/pages/editor/app-editor/app-editor.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,11 @@ export class AppEditor {
280280
await (deck as any).slideTo(index, speed);
281281
}
282282

283+
@Listen('pagerClick', {target: 'document'})
284+
async onPagerClick() {
285+
await this.openSlideNavigate();
286+
}
287+
283288
private async openSlideNavigate() {
284289
const modal: HTMLIonModalElement = await IonControllerUtils.createModal({
285290
component: 'app-slide-navigate'

0 commit comments

Comments
 (0)