Patrik Toma

Results 9 comments of Patrik Toma

Not quite working for me. On iOS 15 Safari when the browser UI gets minimized, even the `window.innerHeight` is giving a wrong number. I'm not sure what can be done...

![IMG_2709](https://user-images.githubusercontent.com/3104587/141052990-d1119351-e23f-491d-9ab0-0883110ab2a3.jpeg) can see the gap at the bottom of the screen

I'm using this as a workaround until this is merged: Create file `react-easy-swipe.d.ts` in project root with: ``` import React from "react"; import "react-easy-swipe"; declare module "react-easy-swipe" { interface SwipeProps...

Duplicate of https://github.com/facebook/create-react-app/issues/10670

I also noticed that when I'm calling: `document.activeElement.blur()` and `.ql-editor` was active before, there is no `onBlur` event fired.

Thanks for your answer, I am using: - Brackets Release 1.3 experimental build 1.3.0-16022 (release cd0a6aae5) build timestamp: Fri Apr 24 2015 05:29:46 GMT-0700 - Brackets-InteractiveLinter v1.0.2 I just removed...

Not sure why the gist was removed but I think I found the same thing on stackoverflow: https://stackoverflow.com/a/23142642/2568259 And also pasting it directly here: ``` // Create a dummy analytics...