This project is a reproduction repo to demo the issue where links open twice when the tiptap links open twice when the editor's editable setting is set to false.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build