We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579f3df commit af3b432Copy full SHA for af3b432
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@networkninja/smooth-dnd",
3
- "version": "0.13.5",
+ "version": "0.13.6",
4
"description": "Drag and Drop library",
5
"main": "./dist/index.js",
6
"scripts": {
src/polyfills.ts
@@ -28,6 +28,7 @@ function applyPolyfills() {
28
) {
29
Object.defineProperty(constructor.prototype, "firstElementChild", {
30
get: function () {
31
+ console.log('hitting this!');
32
if(this !== constructor.prototype) {
33
var node, nodes = this.childNodes, i = 0;
34
while ((node = nodes[i++])) {
0 commit comments