Dawid Holisz

Results 2 issues of Dawid Holisz

I found an issue with scrolling to the column on editing started. For LTR it works correctly but when we pass `rtl={true}` to a component, UI is switched but scroll...

I have similar issue like here https://github.com/ikenfin/vite-plugin-sentry/issues/81 ![image](https://user-images.githubusercontent.com/15018254/192490213-012d4fd6-a833-4ad4-bc51-310198cd9037.png) I am using version `1.1.5` and vite `2.9.15` My import: ```import React from "react"; import ReactDOM from "react-dom/client"; import { BrowserTracing }...

bug