dopenote icon indicating copy to clipboard operation
dopenote copied to clipboard

Tiptap Link component doesn't work

Open xy2z opened this issue 4 years ago • 0 comments

Suddenly the "link" component in tiptap throws an error.. I'm not sure when this happened... 😕

[Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'href' of undefined"

found in

---> <EditorContent> at resources/js/components/EditorContent.vue
       <Root>
warn @ app.js:44094
logError @ app.js:45353
globalHandleError @ app.js:45348
handleError @ app.js:45308
invokeWithErrorHandling @ app.js:45331
invoker @ app.js:45648
original._wrapper @ app.js:51007
app.js:45357 TypeError: Cannot read property 'href' of undefined
    at app.js:30535
    at apply (app.js:34020)
    at Object.commands.<computed> (app.js:34032)
    at click (app.js:42916)
    at invokeWithErrorHandling (app.js:45323)
    at HTMLButtonElement.invoker (app.js:45648)
    at HTMLButtonElement.original._wrapper (app.js:51007)

xy2z avatar Mar 06 '20 10:03 xy2z