We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db92545 commit 308d9b1Copy full SHA for 308d9b1
2 files changed
static/usage/v8/modal/sheet/drag-move-event/demo.html
@@ -56,7 +56,7 @@
56
});
57
58
modal.addEventListener('ionDragEnd', (event) => {
59
- console.log('Drag ended', JSON.stringify(event.detail));
+ console.log('Drag ended');
60
61
// `snapBreakpoint` tells us which snap point the modal will animate to after the drag ends
62
const { progress, snapBreakpoint } = event.detail;
static/usage/v8/modal/sheet/drag-start-end-events/demo.html
@@ -49,7 +49,7 @@
49
50
51
52
53
54
header.style.opacity = 1;
55
0 commit comments