We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, I can't seem to figure out how to get access to the editor instance in the svelte 5 version of this package.
Previous issues seemed to be solved by importing the $tipexEditor Store, however this does not seem to exist anymore.
$tipexEditor
And using bind:this binds to the actual Tipex Svelte Component, instead of the underlying Editor Instance, so I'm a little stumped.
bind:this
Tipex
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
I can't seem to figure out how to get access to the editor instance in the svelte 5 version of this package.
Previous issues seemed to be solved by importing the
$tipexEditor
Store, however this does not seem to exist anymore.And using
bind:this
binds to the actualTipex
Svelte Component, instead of the underlying Editor Instance, so I'm a little stumped.The text was updated successfully, but these errors were encountered: