pavel06081991
pavel06081991
Could you please add option which is responsable for where dots appear(at the beginning of text, in the middle of text, at the end of text). Also it would be...
``` scroller.scrollTo(elementToScrollId, { offset: -200, }); ``` this is not working because of this source code line: `let scrollOffset = utils.scrollOffset(containerElement, target) + (props.offset || 0);`
In my project we do not need for `.rc-slider-handle` to have negative margin. So I use CSS to remove this negative margin. But in this case when you move handle...
I used devtool: 'source-map' in webpack config and did not use babili-webpack-plugin. Here are some code of my source file: ``` var b = 1024; console.log(10) ``` All worked great,...