Maxim Kulikov
Maxim Kulikov
According to [RFC 6902](https://tools.ietf.org/html/rfc6902#section-4.1), when `add` operation is used to insert a new value to an array: > The specified index MUST NOT be greater than the number of elements...
Since node-v8-clone is compiled through node-gyp it may be installed on Windows only if both Microsoft Visual Studio C++ 2013 and Python are installed. It forces any project that depends...
There is a bug in Object.keys() cloner implementation, which makes a false sense that Object.keys() cloning method is faster than for(in) method.
- more precise resize when ratio is fixed: bigger dimension is a master, smaller dimension is a slave - pin position of opposite anchor point during resizing with an edge...
This PR fixes issue when drag starts when the user clicks on an object. The issue is fixed by adding drag thresholds both distance and time: - `dragStartThreshold` with default...
Currently clicking on the secondary button opens contextual menu and starts drag simultaneously which is undesired.