Skip to content
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

fix: Use our own vue instance rendering anything but the viewer component #5547

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

juliushaertl
Copy link
Member

@juliushaertl juliushaertl commented Mar 21, 2024

Fix #5531

This is a slightly different approach from #5402 which i haven't managed to propagate through all layers of tiptaps vue renderer. As far as I could see this seems to work fine without any logged errors and kind of isolates any Vue usage in text to use our own Vue constructor.

I'm not sure this is the best approach and technically also not as clean, but given we want to fix the broken interactive previews the best I could come up for now. Ideally I would love to actually fully isolate text from the viewer itself in terms of their vue components, but that is likely a larger task and not feasible to fix the bug for the 29 release for now.

@juliushaertl juliushaertl added bug Something isn't working 3. to review labels Mar 21, 2024
@juliushaertl juliushaertl self-assigned this Mar 21, 2024
Copy link
Contributor

@ShGKme ShGKme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@juliushaertl juliushaertl merged commit 3600924 into main Mar 22, 2024
59 checks passed
@juliushaertl juliushaertl deleted the fix/preview branch March 22, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Interactive widgets are broken in text
2 participants