-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cannot display tiptapNodeViewContent when editor is disabled #7
Comments
@sibiraj-s An update. I have to click on the div that contains (should contain) the content. Before click:
After click:
|
is this a regression? used to work before the directive? i.e., with |
Fixed in v1.4.1 |
Github actions is down at the moment https://www.githubstatus.com/incidents/zbpwygxwb3gw. New version will be published once the action services are up. |
Published. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in the thread. |
Hello @sibiraj-s!
I have created a custom node view that is editable (using tiptapNodeViewContent).
It works very good but I have one issue. How can I show the data from the editble field when viewing the editor in none editable state (editor is not in editable mode).
Using this does not output the content of the editable field.
Strange thing is if I click into the editor area it appears. So tiptapNodeViewContent is only filled when clicking on it.
The text was updated successfully, but these errors were encountered: