Alvar Hyvönen
Alvar Hyvönen
On the latest versions `2.4.2` pressing escape returns the first choice when using the `autocomplete` type. Example code: ```js import prompts from 'prompts'; (async () => { const response =...
Added a change in `src/vue_isotope.js` that makes it possible to add non-grid items under the isotope element. For example: ``` isotopeOptions: { itemSelector: '.RL-IsoGallery__tile', percentPosition: true, masonry: { gutter: '.RL-IsoGallery__gutter',...
Resolves #236, #362 This fixes the 'autocomplete' prompt incorrectly firing onSubmit when it is exitted by pressing ESC. Now correctly fires onCancel.
This change makes it possible to create a single burst of particles over a time window, that doesn't fire immediately. My workaround before was to have it inactive at first,...
Not sure what happens, as the files appear in the correct place if inspected with `gdev shell`, but for some reason media images are broken at least under wp-admin if...
**2. Describe the bug** When resizing the canvas, LayoutCamera displays the scene correctly. But pointer events are treated like the meshes exist within the original area of the canvas. **3....
Below the knight (between the camera and the campfire) we can see a few "pixels" of light under his feet. It would also seem that the shadow somehow cuts the...