Rani
Rani
Adding this code to the scrollbar component fixed it for me: ` contentProps={{ style: { display: 'block' }, }} `
Just noticed that there is `onDragStart` in the Thumb props, however, it looks like `onDragEnd` is not firing :(
You can do that by overriding the `matchDecorator`. For example, this decorator detects arxiv IDs: ``` { const matches = value.matchAll(/\d{4}\.\d{4,5}/g); return [...matches].map(match => { return { schema: '', index:...
@flybayer do you have an example of uploading to s3 by any chance?
Same for me. It works with css files but not with tsx. Thanks!
Gifox 2 got to the point where it's almost unusable. Every other save fails. I restart the app, recapture and it works for a couple of times, and then the...
@ianbytchek can I revert back to Gifox 1? Do you support OSX 10.15? Yes, I have two monitors, and I also connect and disconnect them quite often. They also have...
Now the app is completely unusable. I can't save anything. It gets stuck at the beginning of the export... On Mon, Aug 24, 2020 at 10:17 AM Ian Bytchek wrote:...
I agree, I was a bit surprised that we weren't using it but didn't want to update the current implementation, because it might break some of the existing usage unintentionally....
When using portal event bubbling and contexts work differently (they work 🙃). While it probably won't affect the existing modal, I can't say that for sure. On Tue, Jun 22,...