Tiptap: Insert newline functionality broken since v0.16.0

Created on 7 Oct 2018  路  6Comments  路  Source: ueberdosis/tiptap

After v0.16.0, I cannot insert new line at the line end by pressing enter key.

If pressing enter key at the middle of the line, the line break still able to insert.

I tested v0.15.0 line breaks can still be inserted in this version.

Most helpful comment

Damn, I fixed by removing package-lock.json, seems something went wrong with NPM

All 6 comments

I can't see this behavior at the examples page. Can you tell me your browser and provide an example on codesandbox?

I am using chrome 68.0.3440.106, I can reproduce it in my local project, but it works well after duplicating to codesandbox, I tried rm -rf node_modules with fresh install but still facing the same problem... Any clue how to debug the issue?

It turns out to be a Nuxt problem, looks fixed by removing node_modules and .nuxt directories. Thanks.

The problem persists after deploying to production server...

Damn, I fixed by removing package-lock.json, seems something went wrong with NPM

FYI I also saw this issue after upgrading from v0.19 to v1.7.0. Had to rm node_modules and yarn cache clean to fix this issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Auxxxxlx picture Auxxxxlx  路  3Comments

bernhardh picture bernhardh  路  3Comments

pk-pressf1 picture pk-pressf1  路  3Comments

leandromatos picture leandromatos  路  4Comments

agentq15 picture agentq15  路  3Comments