Almir Davletov

Results 8 comments of Almir Davletov

Apologies for the typo, @ItayBa you're right - it's `dropEffect `, not `dragEffect` (I don't believe there is such an option at all)

Hi @TKDKid1000, is this PR expected to get merged anytime soon? 🙏

We're using `sinon` fake timers, and we don't have `jest`. For more seamless experience (until it's fully supported), I added the following workaround: ```javascript import sinon from 'sinon' const _sinonUseFakeTimers...

**HUGE +1** to support this feature. When there are multiple editor instances on a page, this becomes a significant issue. I've noticed that people need this feature so badly they're...

For me this issue was happening before I installed `prettier` to `devDependencies`. UPD: I think it doesn't matter if it's `devDependencies` or `dependencies`, what matters is that `prettier` that's used...