bdbch
bdbch
Could someone provide me with a Codesandbox which results in this bug so I can replicate it? From this issue it is not really clear what exactly leads to this...
Bump - would like to figure out what's going wrong. I wasn't able to reproduce. Feel free to use this sandbox and fork it: https://codesandbox.io/s/keen-snowflake-hxs5u5?file=/src/App.js It's running the most recent...
Since it seems the problem was `vue-fragment` I'd close this issue for now. If you think this should be reopened let me know.
I think the demos are running on main. @mkriegeskorte you have some insight on what version is loaded on our demo pages?
After dabbling a lot inside lists and trying to get the behavior users would expect I think this is an issue that maybe should moved upstream to Prosemirror. I think...
Right now I have tons of changes inside the `2.1.0-rc.x` versions but I'm not sure if I want to even release this into `2.1.0` as this pretty much touches a...
Maybe I'll strip out those extra keymaps into an extra package then. This way the vanilla lists will behave like Prosemirror but we can work on fixing them on an...
Problem is this line: https://github.com/ueberdosis/tiptap/blob/f387ad3dd4c2b30eaea33fb0ba0b42e0cd39263b/packages/core/src/InputRule.ts#L62 Since we have custom InputRules we'd have to go in and debug what exactly promemirror input rules want to do there and adjust accordingly. I'll...