Laurynas
Laurynas
Hi, when adding new image croppers to the page, the existing image croppers zooms out if it's zoomed in. Codepen: https://codepen.io/anon/pen/MybPwK To reproduce the issue, zoom in the existing image...
#### Can you reproduce this issue on default Wordpress theme (eg Storefront)? Yes. #### Can you reproduce this issue when all other plugins are disabled except WooCommerce, Polylang and Hyyan...
It is still work in progress and there might be API changes. Usage: ```php Search::fakeResponseData([ 'foo' => 'bar' ])->query('test'); $search = User::search('test')->raw(); $this->assertEquals('bar', $search['foo']); ``` It is possible to provide...