Alexey Cherepanov

Results 23 comments of Alexey Cherepanov

I'll will try to implement this next month. @clauderic any thoughts, am i moving in a right direction?

We managed to implement this behavior following way. - several SorableContexts responsible for different lists with item.data.type - global DndContext with drag overlay via portal, which displays drag preview according...

SortableContext is a drop target. Inside App there are several SortableContext's which uses useSortable. You can put some restrictions on SortableContext or use another DndContext below in components tree to...

the same. on my setup this caused by TS option. and i see no difference compared with tree shaking by webpack ``` "esModuleInterop": true, ```

The same. If i replace custom-media with media-minmax everything processed well. Custom media always left unprocessed inside mixins.

@spacedawwwg nothing special. just plug it in and it works. postcss config: ``` { syntax: 'postcss-scss', parser: 'postcss-scss', plugins: { 'postcss-clamp': {}, autoprefixer: { flexbox: true, grid: 'no-autoplace', overrideBrowserslist: ['ie...

@daybrush i have related question. how can force stop dragging from outside? ```stopDrag``` is not the case when mouse goes to iframe, no events fired. i had hacky solution with...

Are there any plans to alter this behavior? I initially found that some code using this feature does not work with RSuite versions below 5.50, even though it was supposed...

This should be mentioned in docs. Is this code really needed with react? ``` exports.load = function (cb) { if (typeof emmetPath !== "string") { config.warn("script for emmet-core is not...

didn't get how it supposed to work and made a simple fix #23