Z F 7 жил өмнө
parent
commit
93bbc067bd
1 өөрчлөгдсөн 1 нэмэгдсэн , 4 устгасан
  1. 1 4
      index.js

+ 1 - 4
index.js

@@ -1,7 +1,4 @@
 var Dragact = require('./dist/lib/dragact').Dragact;
 
-// Previous versions of this lib exported <Draggable> as the root export. As to not break
-// them, or TypeScript, we export *both* as the root and as 'default'.
-// See https://github.com/mzabriskie/react-draggable/pull/254
-// and https://github.com/mzabriskie/react-draggable/issues/266
+
 exports.Dragact = Dragact;