Nikita Seleckis
Nikita Seleckis
addListener is depricated for matchMedia. Is there another solution?
Refers to #1
E.g. if is set 'FONTSIZE' for one part of text, and same style but with different value for another, and we select the whole text, then `getSelectionCustomInlineStyle` returns `FONTSIZE: undefined`....
Thank you for you work. Unfortunately, as many other similar libraries this one does not lock body when scrolling inside iframe in iOS Safari. Here is an example: https://codesandbox.io/s/compassionate-frog-jnm7f?fontsize=14&hidenavigation=1&theme=dark&file=/src/App.js
I have removed onDoubleClick, but still can edit if cell is selected, just by typing something. In the code I have found onKeyUp method, but there is no anything about...
I need to suddenly disable dragging slides and implement another functionality through onSwitch. So when user swipes, slide is not dragging, but plays some animation. `disabled="true"` would not work, because...
Such styles are not animating: `transform: translateY(0px);`
Would be great to set orientation "landscape" | "portrait" for emulated mobile device. or rotation param (90, -90) or something similar. Is it possible?
Take a look: http://www.w3.org/TR/css3-page/#page-size-prop This: ``` stylus @page size 20em 30em ``` produces this ``` stylus @page { width: 20em; height: 30em; } ``` but should not. I suggest to...
I have created this chart using multiple EasyPieChart instances.  HTML: ``` html ``` JS: ``` js $('.js-w_PieChart').easyPieChart({ size: 186, trackColor: false, scaleColor: false,...