Replies: 2 comments 1 reply
-
|
What I want to achieve is:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
watchDrag: () => {
if (condition) {
return true;
}
return false;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AnsBdran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I'm using svelte.
I'm trying to update the options dynamically but I'm getting an error:
how to do it correctly.
If applicable, which variants of Embla Carousel are relevant to this question?
Additional information
CodeSandbox example
No response
Beta Was this translation helpful? Give feedback.
All reactions