-
Notifications
You must be signed in to change notification settings - Fork 24
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
unable to make it work #11
Comments
If you are going to do it within a Svelte component (as per your current code), you'll need to do it onMount() as the |
did not work for me I am using it on a sapper app with svelte 3.0.0 and getting this error
|
Not sure if this is correct but when I import it like this it works |
I am trying it on my svelte setup with out Sapper and getting this error
|
I figure this out I guess the example calling the "Events" need to be updated to this Is missing the "$"
|
is there any way to append html at the end of user's last cursor, as of now every time I do setHtml, it actually not appending, it's overriding the existing content As for example: (consoled output through
here the star marked one is my inserted html through sethtml and you can see about our work this I have written in the editor which is appending to the programmatic tag part. which raises the issue. |
Currently not supported. |
hi, I have a problem: i get this error when I try to yarn dev:
do I need to install typescript on svelte? or is not required from scratch.
i just added to App.svelte
thank you
The text was updated successfully, but these errors were encountered: