Custom link question #5554
Unanswered
dtrinh100
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a custom Node to render a link, alongside a Vue component, so my code looks something like this:
Right now, the component renders a simple
a
tag, but when I type additional characters after the text that's rendered with the tag, it's still active, but I don't want that.How do I make sure that anything I type after the text rendered is not associated with the custom component? Similar to something like:
Link.extend({ inclusive: false })
? So basically I want to replicate the link functionality, along with some custom rendering to it.Beta Was this translation helpful? Give feedback.
All reactions