bdbch
bdbch
@sebpowell could you check if this is still happening in the latest version? We updated prosemirror to the latest versions including their typings.
So you would like this on any mark? Not only the link extension?
Thanks @dilizarov - we'll take a look to see how we can solve this issue!
I took a look at what we could do. Since we're already assigning the props here - I'd say we should make `clientRect` optional - since obv. it CAN be...
Tippy is the solution we used for the demos yeah. I saw a few requests to support [FloatingUI](https://floating-ui.com/) which could be dealt with the same. I added a PR which...
Hey @minskiter I took a look at why this is happening. So the issue here seems to be that Tiptap is using its own implementation of InputRules while prosemirror-math is...
This is a valid issue we'll keep an eye out for. Thanks for reporting.
I'll look into this tomorrow and resolve this issue.
As some people pointed out you should be able to do this by defining your own Keyboard shortcuts to the editor. Comment if you have any questions.
Could you resolve the linting issues @BrianHung ?