Gaya Kessler

Results 41 comments of Gaya Kessler

Thanks! One problem though: In IE onload isn't called when an image is loaded from the cache.

This project hasn't been updated for quite a while. I am guessing that applying the plugin again on resize does not work? You could try to call the plugin on...

In Vue CLI you can solve this by adding the following to your `vue.config.js`: ``` configureWebpack: (config) => { if (process.env.NODE_ENV === 'production') { config.optimization.minimizer[0].options.uglifyOptions = Object.assign( {}, config.optimization.minimizer[0].options.uglifyOptions, {...

It also looks strange. Which version of WordPress are you using?

This plugin has been tested up to version `5.4.3` so there might be your problem.

Good idea. Will put it on the to do list.

The problem here is that Quill's `onBlur` emits a Range as its first argument. This means the `redux-form` will update to that value, which is empty. To fix this you...

There are about 12 classes left to refactor

This date picker looks alright https://github.com/gpbl/react-day-picker

@PARC6502 That would be really nice. I'll think about how I can implement this behaviour.