Santosh Viswanatham

Results 34 comments of Santosh Viswanatham

I believe this would be related to mostly undoing the work in this PR(https://github.com/interledger/rafiki/pull/193/files) Am I right?

I tried to prevent the default using ``` event.preventDefault(); event.stopPropagation(); event.stopImmediatePropagation(); ``` but this didn't fix the bug either.

You can reproduce this in the storybook here - https://github.com/devcer/remirror/blob/callout-blockquote-bug/packages/storybook-react/stories/extension-callout/basic.tsx

@ronnyroeller @whawker @ocavue can you prioritise fixing this bug? been causing issues with us at Userfocus.

Is this using FontFace? Can I work on this?

I'm talking about this -> https://usefulangle.com/post/74/javascript-dynamic-font-loading This one looks like a promise based font loading. what do you think?

Hey, can I help you with this? Let me know how I could help you.

@SOBANEJAZ We aren't looking to improve this README at the moment. You can pick open issues in other repositories.

``` cardRef.current.style.top = `${element.pageY + state.offset[1]}px`; cardRef.current.style.left = `${element.pageX + state.offset[0]}px`; ``` I tried the same logic but the state offset still seems to be getting updated even though the...

Hey, I submitted a PR for another issue. Can I work on this as well?